#9B7006

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

Shades of Golden Brown #9B7006

Tints of Golden Brown #9B7006

Color information

#9B7006 (or 0x9B7006) is unknown color: approx Golden Brown. HEX triplet: 9B, 70 and 06. RGB value is (155,112,6). Sum of RGB (Red+Green+Blue) = 155+112+6=273 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.78% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 6 (2.73% from 255 or 2.20% from 273); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7006 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7006 is #648FF9. Grayscale: #717171. Windows color (decimal): -6590458 or 422043. OLE color: 422043.

HSL color Cylindrical-coordinate representation of color #9B7006: hue angle of 42.68º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9B7006 is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.39.

Color convert

RGB1551126-
CMYK00.280.960.39
HSL42.68º92.55%31.57%-
HSV(B)42.68º96.13%60.78%-
XYZ19.3418.572.74-
YUV112.7767.75158.12-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 56.78%
GREEN value IS 112 (44.14% from 255) = 41.03%
BLUE value IS 6 (2.73% from 255) = 2.20%
R=56.78%
G=41.03%
B=2.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.96
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155112600.280.960.3942.6892.5531.57
Hex9B70601C60272b5d20
Octal2331606034140475313540
Binary10011011111000011001110011000001001111010111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,112,6); }

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

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

 a { background-color: rgb(155,112,6); }

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

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

 span { border-color: rgb(155,112,6); }

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