#965E11

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

Shades of Golden Brown #965E11

Tints of Golden Brown #965E11

Color information

#965E11 (or 0x965E11) is unknown color: approx Golden Brown. HEX triplet: 96, 5E and 11. RGB value is (150,94,17). Sum of RGB (Red+Green+Blue) = 150+94+17=261 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.47% from 261); Green value is 94 (37.11% from 255 or 36.02% from 261); Blue value is 17 (7.03% from 255 or 6.51% from 261); Max value from RGB is 150 - color contains mainly: red. Hex color #965E11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965E11 is #69A1EE. Grayscale: #666666. Windows color (decimal): -6922735 or 1138326. OLE color: 1138326.

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

Color convert

RGB1509417-
CMYK00.370.890.41
HSL34.74º79.64%32.75%-
HSV(B)34.74º88.67%58.82%-
XYZ16.6814.532.46-
YUV101.9780.05162.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.47%
GREEN value IS 94 (37.11% from 255) = 36.02%
BLUE value IS 17 (7.03% from 255) = 6.51%
R=57.47%
G=36.02%
B=6.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150941700.370.890.4134.7479.6432.75
Hex965E110255929235021
Octal22613621045131514312041
Binary10010110101111010001010010110110011010011000111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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