#9B6822

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

Shades of Golden Brown #9B6822

Tints of Golden Brown #9B6822

Color information

#9B6822 (or 0x9B6822) is unknown color: approx Golden Brown. HEX triplet: 9B, 68 and 22. RGB value is (155,104,34). Sum of RGB (Red+Green+Blue) = 155+104+34=293 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.90% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 34 (13.67% from 255 or 11.60% from 293); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6822 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6822 is #6497DD. Grayscale: #6F6F6F. Windows color (decimal): -6592478 or 2255003. OLE color: 2255003.

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

Color convert

RGB15510434-
CMYK00.330.780.39
HSL34.71º64.02%37.06%-
HSV(B)34.71º78.06%60.78%-
XYZ18.7616.983.8-
YUV111.2784.4159.19-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.90%
GREEN value IS 104 (41.02% from 255) = 35.49%
BLUE value IS 34 (13.67% from 255) = 11.60%
R=52.90%
G=35.49%
B=11.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.78
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551043400.330.780.3934.7164.0237.06
Hex9B68220214E27234025
Octal23315042041116474310045
Binary100110111101000100010010000110011101001111000111000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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