#9A560E

Color #9A560E Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #9A560E

Tints of Golden Brown #9A560E

Color information

#9A560E (or 0x9A560E) is unknown color: approx Golden Brown. HEX triplet: 9A, 56 and 0E. RGB value is (154,86,14). Sum of RGB (Red+Green+Blue) = 154+86+14=254 (33% of max value = 765). Red value is 154 (60.55% from 255 or 60.63% from 254); Green value is 86 (33.98% from 255 or 33.86% from 254); Blue value is 14 (5.86% from 255 or 5.51% from 254); Max value from RGB is 154 - color contains mainly: red. Hex color #9A560E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A560E is #65A9F1. Grayscale: #626262. Windows color (decimal): -6662642 or 939674. OLE color: 939674.

HSL color Cylindrical-coordinate representation of color #9A560E: hue angle of 30.86º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9A560E is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB1548614-
CMYK00.440.910.40
HSL30.86º83.33%32.94%-
HSV(B)30.86º90.91%60.39%-
XYZ16.7313.562.15-
YUV98.1280.53167.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 154 (60.55% from 255) = 60.63%
GREEN value IS 86 (33.98% from 255) = 33.86%
BLUE value IS 14 (5.86% from 255) = 5.51%
R=60.63%
G=33.86%
B=5.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.91
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154861400.440.910.4030.8683.3332.94
Hex9A56E02C5B281f5321
Octal23212616054133503712341
Binary100110101010110111001011001011011101000111111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A560E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A560E; }

 p { color: rgb(154,86,14); }

 H1.HeaderClassName
 {
   color: #9A560E;
 }
 .AnyTagClassName
 {
   color: #9A560E;
 }
</style>
background-color css

<style>
 a { background-color: #9A560E; }

 a { background-color: rgb(154,86,14); }

 div.DivClassName
 {
   background-color: #9A560E;
 }
 .BgClassName
 {
   background-color: #9A560E;
 }
</style>
border-color css

<style>
 span { border-color: #9A560E; }

 span { border-color: rgb(154,86,14); }

 td.TdClassName
 {
   border-color: #9A560E;
 }
 .TagClassName
 {
   border-color: #9A560E;
 }
</style>