#9B6612

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

Shades of Golden Brown #9B6612

Tints of Golden Brown #9B6612

Color information

#9B6612 (or 0x9B6612) is unknown color: approx Golden Brown. HEX triplet: 9B, 66 and 12. RGB value is (155,102,18). Sum of RGB (Red+Green+Blue) = 155+102+18=275 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.36% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6612 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6612 is #6499ED. Grayscale: #6C6C6C. Windows color (decimal): -6593006 or 1205915. OLE color: 1205915.

HSL color Cylindrical-coordinate representation of color #9B6612: hue angle of 36.79º 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 #9B6612 is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB15510218-
CMYK00.340.880.39
HSL36.79º79.19%33.92%-
HSV(B)36.79º88.39%60.78%-
XYZ18.3816.512.79-
YUV108.2777.06161.33-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 56.36%
GREEN value IS 102 (40.23% from 255) = 37.09%
BLUE value IS 18 (7.42% from 255) = 6.55%
R=56.36%
G=37.09%
B=6.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551021800.340.880.3936.7979.1933.92
Hex9B66120225827254f22
Octal23314622042130474511742
Binary10011011110011010010010001010110001001111001011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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