#9B6506

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

Shades of Golden Brown #9B6506

Tints of Golden Brown #9B6506

Color information

#9B6506 (or 0x9B6506) is unknown color: approx Golden Brown. HEX triplet: 9B, 65 and 06. RGB value is (155,101,6). Sum of RGB (Red+Green+Blue) = 155+101+6=262 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.16% from 262); Green value is 101 (39.84% from 255 or 38.55% from 262); Blue value is 6 (2.73% from 255 or 2.29% from 262); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6506 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6506 is #649AF9. Grayscale: #6A6A6A. Windows color (decimal): -6593274 or 419227. OLE color: 419227.

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

Color convert

RGB1551016-
CMYK00.350.960.39
HSL38.26º92.55%31.57%-
HSV(B)38.26º96.13%60.78%-
XYZ18.216.292.36-
YUV106.3271.39162.72-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 59.16%
GREEN value IS 101 (39.84% from 255) = 38.55%
BLUE value IS 6 (2.73% from 255) = 2.29%
R=59.16%
G=38.55%
B=2.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.96
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155101600.350.960.3938.2692.5531.57
Hex9B6560236027265d20
Octal2331456043140474613540
Binary100110111100101110010001111000001001111001101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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