#965F11

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

Shades of Golden Brown #965F11

Tints of Golden Brown #965F11

Color information

#965F11 (or 0x965F11) is unknown color: approx Golden Brown. HEX triplet: 96, 5F and 11. RGB value is (150,95,17). Sum of RGB (Red+Green+Blue) = 150+95+17=262 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.25% from 262); Green value is 95 (37.5% from 255 or 36.26% from 262); Blue value is 17 (7.03% from 255 or 6.49% from 262); Max value from RGB is 150 - color contains mainly: red. Hex color #965F11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965F11 is #69A0EE. Grayscale: #666666. Windows color (decimal): -6922479 or 1138582. OLE color: 1138582.

HSL color Cylindrical-coordinate representation of color #965F11: hue angle of 35.19º 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 #965F11 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB1509517-
CMYK00.370.890.41
HSL35.19º79.64%32.75%-
HSV(B)35.19º88.67%58.82%-
XYZ16.7714.712.49-
YUV102.5579.72161.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.25%
GREEN value IS 95 (37.5% from 255) = 36.26%
BLUE value IS 17 (7.03% from 255) = 6.49%
R=57.25%
G=36.26%
B=6.49%

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
Decimal150951700.370.890.4135.1979.6432.75
Hex965F110255929235021
Octal22613721045131514312041
Binary10010110101111110001010010110110011010011000111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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