#965D15

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

Shades of Golden Brown #965D15

Tints of Golden Brown #965D15

Color information

#965D15 (or 0x965D15) is unknown color: approx Golden Brown. HEX triplet: 96, 5D and 15. RGB value is (150,93,21). Sum of RGB (Red+Green+Blue) = 150+93+21=264 (34% of max value = 765). Red value is 150 (58.98% from 255 or 56.82% from 264); Green value is 93 (36.72% from 255 or 35.23% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 150 - color contains mainly: red. Hex color #965D15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965D15 is #69A2EA. Grayscale: #666666. Windows color (decimal): -6922987 or 1400214. OLE color: 1400214.

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

Color convert

RGB1509321-
CMYK00.380.860.41
HSL33.49º75.44%33.53%-
HSV(B)33.49º86%58.82%-
XYZ16.6314.372.61-
YUV101.8482.38162.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 56.82%
GREEN value IS 93 (36.72% from 255) = 35.23%
BLUE value IS 21 (8.59% from 255) = 7.95%
R=56.82%
G=35.23%
B=7.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.86
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150932100.380.860.4133.4975.4433.53
Hex965D150265629214b22
Octal22613525046126514111342
Binary10010110101110110101010011010101101010011000011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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