#9A6C1E

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

Shades of Golden Brown #9A6C1E

Tints of Golden Brown #9A6C1E

Color information

#9A6C1E (or 0x9A6C1E) is unknown color: approx Golden Brown. HEX triplet: 9A, 6C and 1E. RGB value is (154,108,30). Sum of RGB (Red+Green+Blue) = 154+108+30=292 (38% of max value = 765). Red value is 154 (60.55% from 255 or 52.74% from 292); Green value is 108 (42.58% from 255 or 36.99% from 292); Blue value is 30 (12.11% from 255 or 10.27% from 292); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6C1E is #6593E1. Grayscale: #717171. Windows color (decimal): -6656994 or 1993882. OLE color: 1993882.

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

Color convert

RGB15410830-
CMYK00.300.810.40
HSL37.74º67.39%36.08%-
HSV(B)37.74º80.52%60.39%-
XYZ18.9217.693.65-
YUV112.8681.24157.34-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 52.74%
GREEN value IS 108 (42.58% from 255) = 36.99%
BLUE value IS 30 (12.11% from 255) = 10.27%
R=52.74%
G=36.99%
B=10.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.81
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541083000.300.810.4037.7467.3936.08
Hex9A6C1E01E5128264324
Octal23215436036121504610344
Binary1001101011011001111001111010100011010001001101000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,108,30); }

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

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

 a { background-color: rgb(154,108,30); }

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

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

 span { border-color: rgb(154,108,30); }

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