#9B6622

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

Shades of Golden Brown #9B6622

Tints of Golden Brown #9B6622

Color information

#9B6622 (or 0x9B6622) is unknown color: approx Golden Brown. HEX triplet: 9B, 66 and 22. RGB value is (155,102,34). Sum of RGB (Red+Green+Blue) = 155+102+34=291 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.26% from 291); Green value is 102 (40.23% from 255 or 35.05% from 291); Blue value is 34 (13.67% from 255 or 11.68% from 291); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6622 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6622 is #6499DD. Grayscale: #6E6E6E. Windows color (decimal): -6592990 or 2254491. OLE color: 2254491.

HSL color Cylindrical-coordinate representation of color #9B6622: hue angle of 33.72º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9B6622 is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.39.

Color convert

RGB15510234-
CMYK00.340.780.39
HSL33.72º64.02%37.06%-
HSV(B)33.72º78.06%60.78%-
XYZ18.5616.593.74-
YUV110.185.06160.03-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 53.26%
GREEN value IS 102 (40.23% from 255) = 35.05%
BLUE value IS 34 (13.67% from 255) = 11.68%
R=53.26%
G=35.05%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.78
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551023400.340.780.3933.7264.0237.06
Hex9B66220224E27224025
Octal23314642042116474210045
Binary100110111100110100010010001010011101001111000101000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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