#963E10

Color #963E10 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #963E10

Tints of Saddle Brown #963E10

Color information

#963E10 (or 0x963E10) is unknown color: approx Saddle Brown. HEX triplet: 96, 3E and 10. RGB value is (150,62,16). Sum of RGB (Red+Green+Blue) = 150+62+16=228 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.79% from 228); Green value is 62 (24.61% from 255 or 27.19% from 228); Blue value is 16 (6.64% from 255 or 7.02% from 228); Max value from RGB is 150 - color contains mainly: red. Hex color #963E10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963E10 is #69C1EF. Grayscale: #535353. Windows color (decimal): -6930928 or 1064598. OLE color: 1064598.

HSL color Cylindrical-coordinate representation of color #963E10: hue angle of 20.6º degrees, saturation: 0.81, 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 #963E10 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB1506216-
CMYK00.590.890.41
HSL20.6º80.72%32.55%-
HSV(B)20.6º89.33%58.82%-
XYZ14.399.971.66-
YUV83.0790.15175.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 65.79%
GREEN value IS 62 (24.61% from 255) = 27.19%
BLUE value IS 16 (6.64% from 255) = 7.02%
R=65.79%
G=27.19%
B=7.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150621600.590.890.4120.680.7232.55
Hex963E1003B5929155121
Octal2267620073131512512141
Binary100101101111101000001110111011001101001101011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963E10; }

 p { color: rgb(150,62,16); }

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

<style>
 a { background-color: #963E10; }

 a { background-color: rgb(150,62,16); }

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

<style>
 span { border-color: #963E10; }

 span { border-color: rgb(150,62,16); }

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