#964619

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

Shades of Saddle Brown #964619

Tints of Saddle Brown #964619

Color information

#964619 (or 0x964619) is unknown color: approx Saddle Brown. HEX triplet: 96, 46 and 19. RGB value is (150,70,25). Sum of RGB (Red+Green+Blue) = 150+70+25=245 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.22% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 150 - color contains mainly: red. Hex color #964619 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964619 is #69B9E6. Grayscale: #595959. Windows color (decimal): -6928871 or 1656470. OLE color: 1656470.

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

Color convert

RGB1507025-
CMYK00.530.830.41
HSL21.6º71.43%34.31%-
HSV(B)21.6º83.33%58.82%-
XYZ14.9410.932.24-
YUV88.7992171.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 61.22%
GREEN value IS 70 (27.73% from 255) = 28.57%
BLUE value IS 25 (10.16% from 255) = 10.20%
R=61.22%
G=28.57%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150702500.530.830.4121.671.4334.31
Hex9646190355329164722
Octal22610631065123512610742
Binary1001011010001101100101101011010011101001101101000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964619; }

 p { color: rgb(150,70,25); }

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

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

 a { background-color: rgb(150,70,25); }

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

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

 span { border-color: rgb(150,70,25); }

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