#9E6415

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

Shades of Golden Brown #9E6415

Tints of Golden Brown #9E6415

Color information

#9E6415 (or 0x9E6415) is unknown color: approx Golden Brown. HEX triplet: 9E, 64 and 15. RGB value is (158,100,21). Sum of RGB (Red+Green+Blue) = 158+100+21=279 (36% of max value = 765). Red value is 158 (62.11% from 255 or 56.63% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 21 (8.59% from 255 or 7.53% from 279); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6415 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E6415 is #619BEA. Grayscale: #6C6C6C. Windows color (decimal): -6396907 or 1402014. OLE color: 1402014.

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

Color convert

RGB15810021-
CMYK00.370.870.38
HSL34.6º76.54%35.1%-
HSV(B)34.6º86.71%61.96%-
XYZ18.7916.442.89-
YUV108.3478.72163.42-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 56.63%
GREEN value IS 100 (39.45% from 255) = 35.84%
BLUE value IS 21 (8.59% from 255) = 7.53%
R=56.63%
G=35.84%
B=7.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581002100.370.870.3834.676.5435.1
Hex9E64150255726234d23
Octal23614425045127464311543
Binary10011110110010010101010010110101111001101000111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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