#9B6B12

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

Shades of Golden Brown #9B6B12

Tints of Golden Brown #9B6B12

Color information

#9B6B12 (or 0x9B6B12) is unknown color: approx Golden Brown. HEX triplet: 9B, 6B and 12. RGB value is (155,107,18). Sum of RGB (Red+Green+Blue) = 155+107+18=280 (37% of max value = 765). Red value is 155 (60.94% from 255 or 55.36% from 280); Green value is 107 (42.19% from 255 or 38.21% from 280); Blue value is 18 (7.42% from 255 or 6.43% from 280); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6B12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6B12 is #6494ED. Grayscale: #6F6F6F. Windows color (decimal): -6591726 or 1207195. OLE color: 1207195.

HSL color Cylindrical-coordinate representation of color #9B6B12: hue angle of 38.98º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9B6B12 is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB15510718-
CMYK00.310.880.39
HSL38.98º79.19%33.92%-
HSV(B)38.98º88.39%60.78%-
XYZ18.8817.532.96-
YUV111.2175.4159.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 55.36%
GREEN value IS 107 (42.19% from 255) = 38.21%
BLUE value IS 18 (7.42% from 255) = 6.43%
R=55.36%
G=38.21%
B=6.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551071800.310.880.3938.9879.1933.92
Hex9B6B1201F5827274f22
Octal23315322037130474711742
Binary1001101111010111001001111110110001001111001111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,107,18); }

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

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

 a { background-color: rgb(155,107,18); }

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

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

 span { border-color: rgb(155,107,18); }

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