#9A6100

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

Shades of Golden Brown #9A6100

Tints of Golden Brown #9A6100

Color information

#9A6100 (or 0x9A6100) is unknown color: approx Golden Brown. HEX triplet: 9A, 61 and 00. RGB value is (154,97,0). Sum of RGB (Red+Green+Blue) = 154+97+0=251 (33% of max value = 765). Red value is 154 (60.55% from 255 or 61.35% from 251); Green value is 97 (38.28% from 255 or 38.65% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A6100 is #659EFF. Grayscale: #676767. Windows color (decimal): -6659840 or 24986. OLE color: 24986.

HSL color Cylindrical-coordinate representation of color #9A6100: hue angle of 37.79º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9A6100 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.40.

Color convert

RGB154970-
CMYK00.3710.40
HSL37.79º100%30.2%-
HSV(B)37.79º100%60.39%-
XYZ17.615.422.05-
YUV102.9869.88164.39-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 61.35%
GREEN value IS 97 (38.28% from 255) = 38.65%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.35%
G=38.65%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 1
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15497000.3710.4037.7910030.2
Hex9A610025642826641e
Octal2321410045144504614436
Binary100110101100001001001011100100101000100110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,97,0); }

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

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

 a { background-color: rgb(154,97,0); }

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

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

 span { border-color: rgb(154,97,0); }

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