#965D11

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

Shades of Golden Brown #965D11

Tints of Golden Brown #965D11

Color information

#965D11 (or 0x965D11) is unknown color: approx Golden Brown. HEX triplet: 96, 5D and 11. RGB value is (150,93,17). Sum of RGB (Red+Green+Blue) = 150+93+17=260 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.69% from 260); Green value is 93 (36.72% from 255 or 35.77% from 260); Blue value is 17 (7.03% from 255 or 6.54% from 260); Max value from RGB is 150 - color contains mainly: red. Hex color #965D11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965D11 is #69A2EE. Grayscale: #656565. Windows color (decimal): -6922991 or 1138070. OLE color: 1138070.

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

Color convert

RGB1509317-
CMYK00.380.890.41
HSL34.29º79.64%32.75%-
HSV(B)34.29º88.67%58.82%-
XYZ16.5914.352.43-
YUV101.3880.38162.68-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.69%
GREEN value IS 93 (36.72% from 255) = 35.77%
BLUE value IS 17 (7.03% from 255) = 6.54%
R=57.69%
G=35.77%
B=6.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150931700.380.890.4134.2979.6432.75
Hex965D110265929225021
Octal22613521046131514212041
Binary10010110101110110001010011010110011010011000101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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