#9A6920

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

Shades of Golden Brown #9A6920

Tints of Golden Brown #9A6920

Color information

#9A6920 (or 0x9A6920) is unknown color: approx Golden Brown. HEX triplet: 9A, 69 and 20. RGB value is (154,105,32). Sum of RGB (Red+Green+Blue) = 154+105+32=291 (38% of max value = 765). Red value is 154 (60.55% from 255 or 52.92% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 32 (12.89% from 255 or 11.00% from 291); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6920 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6920 is #6596DF. Grayscale: #6F6F6F. Windows color (decimal): -6657760 or 2124186. OLE color: 2124186.

HSL color Cylindrical-coordinate representation of color #9A6920: hue angle of 35.9º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9A6920 is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.40.

Color convert

RGB15410532-
CMYK00.320.790.40
HSL35.9º65.59%36.47%-
HSV(B)35.9º79.22%60.39%-
XYZ18.6417.083.68-
YUV111.3383.23158.44-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 52.92%
GREEN value IS 105 (41.41% from 255) = 36.08%
BLUE value IS 32 (12.89% from 255) = 11.00%
R=52.92%
G=36.08%
B=11.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.79
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541053200.320.790.4035.965.5936.47
Hex9A69200204F28244224
Octal23215140040117504410244
Binary100110101101001100000010000010011111010001001001000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,105,32); }

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

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

 a { background-color: rgb(154,105,32); }

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

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

 span { border-color: rgb(154,105,32); }

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