#9b6921

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

Shades of Golden Brown #9B6921

Tints of Golden Brown #9B6921

Color information

#9B6921 (or 0x9B6921) is unknown color: approx Golden Brown. HEX triplet: 9B, 69 and 21. RGB value is (155,105,33). Sum of RGB (Red+Green+Blue) = 155+105+33=293 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.90% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 33 (13.28% from 255 or 11.26% from 293); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6921 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6921 is #6496DE. Grayscale: #707070. Windows color (decimal): -6592223 or 2189723. OLE color: 2189723.

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

Color convert

RGB15510533-
CMYK00.320.790.39
HSL35.41º64.89%36.86%-
HSV(B)35.41º78.71%60.78%-
XYZ18.8417.183.76-
YUV111.7483.56158.85-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.90%
GREEN value IS 105 (41.41% from 255) = 35.84%
BLUE value IS 33 (13.28% from 255) = 11.26%
R=52.90%
G=35.84%
B=11.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551053300.320.790.3935.4164.8936.86
Hex9B69210204F27234125
Octal23315141040117474310145
Binary100110111101001100001010000010011111001111000111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b6921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,105,33); }

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

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

 a { background-color: rgb(155,105,33); }

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

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

 span { border-color: rgb(155,105,33); }

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