#9A6E1C

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

Shades of Golden Brown #9A6E1C

Tints of Golden Brown #9A6E1C

Color information

#9A6E1C (or 0x9A6E1C) is unknown color: approx Golden Brown. HEX triplet: 9A, 6E and 1C. RGB value is (154,110,28). Sum of RGB (Red+Green+Blue) = 154+110+28=292 (38% of max value = 765). Red value is 154 (60.55% from 255 or 52.74% from 292); Green value is 110 (43.36% from 255 or 37.67% from 292); Blue value is 28 (11.33% from 255 or 9.59% from 292); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6E1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6E1C is #6591E3. Grayscale: #727272. Windows color (decimal): -6656484 or 1863322. OLE color: 1863322.

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

Color convert

RGB15411028-
CMYK00.290.820.40
HSL39.05º69.23%35.69%-
HSV(B)39.05º81.82%60.39%-
XYZ19.1118.113.59-
YUV113.8179.58156.67-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 52.74%
GREEN value IS 110 (43.36% from 255) = 37.67%
BLUE value IS 28 (11.33% from 255) = 9.59%
R=52.74%
G=37.67%
B=9.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541102800.290.820.4039.0569.2335.69
Hex9A6E1C01D5228274524
Octal23215634035122504710544
Binary1001101011011101110001110110100101010001001111000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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