#9A6E02

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

Shades of Golden Brown #9A6E02

Tints of Golden Brown #9A6E02

Color information

#9A6E02 (or 0x9A6E02) is unknown color: approx Golden Brown. HEX triplet: 9A, 6E and 02. RGB value is (154,110,2). Sum of RGB (Red+Green+Blue) = 154+110+2=266 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.89% from 266); Green value is 110 (43.36% from 255 or 41.35% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6E02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A6E02 is #6591FD. Grayscale: #6F6F6F. Windows color (decimal): -6656510 or 159386. OLE color: 159386.

HSL color Cylindrical-coordinate representation of color #9A6E02: hue angle of 42.63º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A6E02 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB1541102-
CMYK00.290.990.40
HSL42.63º97.44%30.59%-
HSV(B)42.63º98.7%60.39%-
XYZ18.9118.032.54-
YUV110.8466.58158.78-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 57.89%
GREEN value IS 110 (43.36% from 255) = 41.35%
BLUE value IS 2 (1.17% from 255) = 0.75%
R=57.89%
G=41.35%
B=0.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154110200.290.990.4042.6397.4430.59
Hex9A6E201D63282b611f
Octal2321562035143505314137
Binary100110101101110100111011100011101000101011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,110,2); }

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

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

 a { background-color: rgb(154,110,2); }

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

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

 span { border-color: rgb(154,110,2); }

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