#9E6416

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

Shades of Golden Brown #9E6416

Tints of Golden Brown #9E6416

Color information

#9E6416 (or 0x9E6416) is unknown color: approx Golden Brown. HEX triplet: 9E, 64 and 16. RGB value is (158,100,22). Sum of RGB (Red+Green+Blue) = 158+100+22=280 (37% of max value = 765). Red value is 158 (62.11% from 255 or 56.43% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 22 (8.98% from 255 or 7.86% from 280); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6416 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E6416 is #619BE9. Grayscale: #6C6C6C. Windows color (decimal): -6396906 or 1467550. OLE color: 1467550.

HSL color Cylindrical-coordinate representation of color #9E6416: hue angle of 34.41º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9E6416 is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.38.

Color convert

RGB15810022-
CMYK00.370.860.38
HSL34.41º75.56%35.29%-
HSV(B)34.41º86.08%61.96%-
XYZ18.816.442.94-
YUV108.4579.22163.34-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 56.43%
GREEN value IS 100 (39.45% from 255) = 35.71%
BLUE value IS 22 (8.98% from 255) = 7.86%
R=56.43%
G=35.71%
B=7.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581002200.370.860.3834.4175.5635.29
Hex9E64160255626224c23
Octal23614426045126464211443
Binary10011110110010010110010010110101101001101000101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,100,22); }

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

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

 a { background-color: rgb(158,100,22); }

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

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

 span { border-color: rgb(158,100,22); }

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