#9B6613

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

Shades of Golden Brown #9B6613

Tints of Golden Brown #9B6613

Color information

#9B6613 (or 0x9B6613) is unknown color: approx Golden Brown. HEX triplet: 9B, 66 and 13. RGB value is (155,102,19). Sum of RGB (Red+Green+Blue) = 155+102+19=276 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.16% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 19 (7.81% from 255 or 6.88% from 276); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6613 is #6499EC. Grayscale: #6C6C6C. Windows color (decimal): -6593005 or 1271451. OLE color: 1271451.

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

Color convert

RGB15510219-
CMYK00.340.880.39
HSL36.62º78.16%34.12%-
HSV(B)36.62º87.74%60.78%-
XYZ18.3916.522.84-
YUV108.3877.56161.25-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 56.16%
GREEN value IS 102 (40.23% from 255) = 36.96%
BLUE value IS 19 (7.81% from 255) = 6.88%
R=56.16%
G=36.96%
B=6.88%

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
Decimal1551021900.340.880.3936.6278.1634.12
Hex9B66130225827254e22
Octal23314623042130474511642
Binary10011011110011010011010001010110001001111001011001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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