#9B7606

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

Shades of Golden Brown #9B7606

Tints of Golden Brown #9B7606

Color information

#9B7606 (or 0x9B7606) is unknown color: approx Golden Brown. HEX triplet: 9B, 76 and 06. RGB value is (155,118,6). Sum of RGB (Red+Green+Blue) = 155+118+6=279 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.56% from 279); Green value is 118 (46.48% from 255 or 42.29% from 279); Blue value is 6 (2.73% from 255 or 2.15% from 279); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7606 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7606 is #6489F9. Grayscale: #747474. Windows color (decimal): -6588922 or 423579. OLE color: 423579.

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

Color convert

RGB1551186-
CMYK00.240.960.39
HSL45.1º92.55%31.57%-
HSV(B)45.1º96.13%60.78%-
XYZ20.0319.942.97-
YUV116.2965.76155.61-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 55.56%
GREEN value IS 118 (46.48% from 255) = 42.29%
BLUE value IS 6 (2.73% from 255) = 2.15%
R=55.56%
G=42.29%
B=2.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.96
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155118600.240.960.3945.192.5531.57
Hex9B76601860272d5d20
Octal2331666030140475513540
Binary10011011111011011001100011000001001111011011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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