#963611

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

Shades of Saddle Brown #963611

Tints of Saddle Brown #963611

Color information

#963611 (or 0x963611) is unknown color: approx Saddle Brown. HEX triplet: 96, 36 and 11. RGB value is (150,54,17). Sum of RGB (Red+Green+Blue) = 150+54+17=221 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.87% from 221); Green value is 54 (21.48% from 255 or 24.43% from 221); Blue value is 17 (7.03% from 255 or 7.69% from 221); Max value from RGB is 150 - color contains mainly: red. Hex color #963611 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963611 is #69C9EE. Grayscale: #4E4E4E. Windows color (decimal): -6932975 or 1128086. OLE color: 1128086.

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

Color convert

RGB1505417-
CMYK00.640.890.41
HSL16.69º79.64%32.75%-
HSV(B)16.69º88.67%58.82%-
XYZ149.161.56-
YUV78.4993.3179.01-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 67.87%
GREEN value IS 54 (21.48% from 255) = 24.43%
BLUE value IS 17 (7.03% from 255) = 7.69%
R=67.87%
G=24.43%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150541700.640.890.4116.6979.6432.75
Hex9636110405929115021
Octal22666210100131512112041
Binary1001011011011010001010000001011001101001100011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963611; }

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

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

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

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

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

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

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

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