#9A6D02

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

Shades of Golden Brown #9A6D02

Tints of Golden Brown #9A6D02

Color information

#9A6D02 (or 0x9A6D02) is unknown color: approx Golden Brown. HEX triplet: 9A, 6D and 02. RGB value is (154,109,2). Sum of RGB (Red+Green+Blue) = 154+109+2=265 (35% of max value = 765). Red value is 154 (60.55% from 255 or 58.11% from 265); Green value is 109 (42.97% from 255 or 41.13% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6D02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A6D02 is #6592FD. Grayscale: #6E6E6E. Windows color (decimal): -6656766 or 159130. OLE color: 159130.

HSL color Cylindrical-coordinate representation of color #9A6D02: hue angle of 42.24º 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 #9A6D02 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB1541092-
CMYK00.290.990.40
HSL42.24º97.44%30.59%-
HSV(B)42.24º98.7%60.39%-
XYZ18.8117.812.5-
YUV110.2666.91159.2-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 58.11%
GREEN value IS 109 (42.97% from 255) = 41.13%
BLUE value IS 2 (1.17% from 255) = 0.75%
R=58.11%
G=41.13%
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
Decimal154109200.290.990.4042.2497.4430.59
Hex9A6D201D63282a611f
Octal2321552035143505214137
Binary100110101101101100111011100011101000101010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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