#9B770C

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

Shades of Golden Brown #9B770C

Tints of Golden Brown #9B770C

Color information

#9B770C (or 0x9B770C) is unknown color: approx Golden Brown. HEX triplet: 9B, 77 and 0C. RGB value is (155,119,12). Sum of RGB (Red+Green+Blue) = 155+119+12=286 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.20% from 286); Green value is 119 (46.88% from 255 or 41.61% from 286); Blue value is 12 (5.08% from 255 or 4.20% from 286); Max value from RGB is 155 - color contains mainly: red. Hex color #9B770C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B770C is #6488F3. Grayscale: #767676. Windows color (decimal): -6588660 or 817051. OLE color: 817051.

HSL color Cylindrical-coordinate representation of color #9B770C: hue angle of 44.9º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9B770C is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.39.

Color convert

RGB15511912-
CMYK00.230.920.39
HSL44.9º85.63%32.75%-
HSV(B)44.9º92.26%60.78%-
XYZ20.1820.193.18-
YUV117.5768.43154.7-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 54.20%
GREEN value IS 119 (46.88% from 255) = 41.61%
BLUE value IS 12 (5.08% from 255) = 4.20%
R=54.20%
G=41.61%
B=4.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.92
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551191200.230.920.3944.985.6332.75
Hex9B77C0175C272d5621
Octal23316714027134475512641
Binary100110111110111110001011110111001001111011011010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B770C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,119,12); }

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

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

 a { background-color: rgb(155,119,12); }

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

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

 span { border-color: rgb(155,119,12); }

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