#95600E

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

Shades of Golden Brown #95600E

Tints of Golden Brown #95600E

Color information

#95600E (or 0x95600E) is unknown color: approx Golden Brown. HEX triplet: 95, 60 and 0E. RGB value is (149,96,14). Sum of RGB (Red+Green+Blue) = 149+96+14=259 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.53% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 14 (5.86% from 255 or 5.41% from 259); Max value from RGB is 149 - color contains mainly: red. Hex color #95600E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95600E is #6A9FF1. Grayscale: #666666. Windows color (decimal): -6987762 or 942229. OLE color: 942229.

HSL color Cylindrical-coordinate representation of color #95600E: hue angle of 36.44º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #95600E is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB1499614-
CMYK00.360.910.42
HSL36.44º82.82%31.96%-
HSV(B)36.44º90.6%58.43%-
XYZ16.6614.792.39-
YUV102.578.06161.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.53%
GREEN value IS 96 (37.89% from 255) = 37.07%
BLUE value IS 14 (5.86% from 255) = 5.41%
R=57.53%
G=37.07%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149961400.360.910.4236.4482.8231.96
Hex9560E0245B2A245320
Octal22514016044133524412340
Binary1001010111000001110010010010110111010101001001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95600E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95600E; }

 p { color: rgb(149,96,14); }

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

<style>
 a { background-color: #95600E; }

 a { background-color: rgb(149,96,14); }

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

<style>
 span { border-color: #95600E; }

 span { border-color: rgb(149,96,14); }

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