#963D16

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

Shades of Saddle Brown #963D16

Tints of Saddle Brown #963D16

Color information

#963D16 (or 0x963D16) is unknown color: approx Saddle Brown. HEX triplet: 96, 3D and 16. RGB value is (150,61,22). Sum of RGB (Red+Green+Blue) = 150+61+22=233 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.38% from 233); Green value is 61 (24.22% from 255 or 26.18% from 233); Blue value is 22 (8.98% from 255 or 9.44% from 233); Max value from RGB is 150 - color contains mainly: red. Hex color #963D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963D16 is #69C2E9. Grayscale: #535353. Windows color (decimal): -6931178 or 1457558. OLE color: 1457558.

HSL color Cylindrical-coordinate representation of color #963D16: hue angle of 18.28º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #963D16 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB1506122-
CMYK00.590.850.41
HSL18.28º74.42%33.73%-
HSV(B)18.28º85.33%58.82%-
XYZ14.399.881.91-
YUV83.1693.49175.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 64.38%
GREEN value IS 61 (24.22% from 255) = 26.18%
BLUE value IS 22 (8.98% from 255) = 9.44%
R=64.38%
G=26.18%
B=9.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.85
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150612200.590.850.4118.2874.4233.73
Hex963D1603B5529124a22
Octal2267526073125512211242
Binary100101101111011011001110111010101101001100101001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,61,22); }

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

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

 a { background-color: rgb(150,61,22); }

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

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

 span { border-color: rgb(150,61,22); }

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