#965E15

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

Shades of Golden Brown #965E15

Tints of Golden Brown #965E15

Color information

#965E15 (or 0x965E15) is unknown color: approx Golden Brown. HEX triplet: 96, 5E and 15. RGB value is (150,94,21). Sum of RGB (Red+Green+Blue) = 150+94+21=265 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.60% from 265); Green value is 94 (37.11% from 255 or 35.47% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 150 - color contains mainly: red. Hex color #965E15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965E15 is #69A1EA. Grayscale: #666666. Windows color (decimal): -6922731 or 1400470. OLE color: 1400470.

HSL color Cylindrical-coordinate representation of color #965E15: hue angle of 33.95º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #965E15 is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.41.

Color convert

RGB1509421-
CMYK00.370.860.41
HSL33.95º75.44%33.53%-
HSV(B)33.95º86%58.82%-
XYZ16.7214.542.64-
YUV102.4282.05161.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 56.60%
GREEN value IS 94 (37.11% from 255) = 35.47%
BLUE value IS 21 (8.59% from 255) = 7.92%
R=56.60%
G=35.47%
B=7.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.86
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150942100.370.860.4133.9575.4433.53
Hex965E150255629224b22
Octal22613625045126514211342
Binary10010110101111010101010010110101101010011000101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965E15; }

 p { color: rgb(150,94,21); }

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

<style>
 a { background-color: #965E15; }

 a { background-color: rgb(150,94,21); }

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

<style>
 span { border-color: #965E15; }

 span { border-color: rgb(150,94,21); }

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