#963613

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

Shades of Saddle Brown #963613

Tints of Saddle Brown #963613

Color information

#963613 (or 0x963613) is unknown color: approx Saddle Brown. HEX triplet: 96, 36 and 13. RGB value is (150,54,19). Sum of RGB (Red+Green+Blue) = 150+54+19=223 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.26% from 223); Green value is 54 (21.48% from 255 or 24.22% from 223); Blue value is 19 (7.81% from 255 or 8.52% from 223); Max value from RGB is 150 - color contains mainly: red. Hex color #963613 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963613 is #69C9EC. Grayscale: #4E4E4E. Windows color (decimal): -6932973 or 1259158. OLE color: 1259158.

HSL color Cylindrical-coordinate representation of color #963613: hue angle of 16.03º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #963613 is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB1505419-
CMYK00.640.870.41
HSL16.03º77.51%33.14%-
HSV(B)16.03º87.33%58.82%-
XYZ14.019.171.65-
YUV78.7194.3178.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 67.26%
GREEN value IS 54 (21.48% from 255) = 24.22%
BLUE value IS 19 (7.81% from 255) = 8.52%
R=67.26%
G=24.22%
B=8.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.87
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150541900.640.870.4116.0377.5133.14
Hex9636130405729104e21
Octal22666230100127512011641
Binary1001011011011010011010000001010111101001100001001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963613; }

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

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

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

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

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

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

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

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