#9A640E

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

Shades of Golden Brown #9A640E

Tints of Golden Brown #9A640E

Color information

#9A640E (or 0x9A640E) is unknown color: approx Golden Brown. HEX triplet: 9A, 64 and 0E. RGB value is (154,100,14). Sum of RGB (Red+Green+Blue) = 154+100+14=268 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.46% from 268); Green value is 100 (39.45% from 255 or 37.31% from 268); Blue value is 14 (5.86% from 255 or 5.22% from 268); Max value from RGB is 154 - color contains mainly: red. Hex color #9A640E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A640E is #659BF1. Grayscale: #6A6A6A. Windows color (decimal): -6659058 or 943258. OLE color: 943258.

HSL color Cylindrical-coordinate representation of color #9A640E: hue angle of 36.86º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9A640E is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB15410014-
CMYK00.350.910.40
HSL36.86º83.33%32.94%-
HSV(B)36.86º90.91%60.39%-
XYZ17.9616.022.56-
YUV106.3475.89161.99-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 57.46%
GREEN value IS 100 (39.45% from 255) = 37.31%
BLUE value IS 14 (5.86% from 255) = 5.22%
R=57.46%
G=37.31%
B=5.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.91
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541001400.350.910.4036.8683.3332.94
Hex9A64E0235B28255321
Octal23214416043133504512341
Binary1001101011001001110010001110110111010001001011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A640E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,100,14); }

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

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

 a { background-color: rgb(154,100,14); }

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

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

 span { border-color: rgb(154,100,14); }

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