#964618

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

Shades of Saddle Brown #964618

Tints of Saddle Brown #964618

Color information

#964618 (or 0x964618) is unknown color: approx Saddle Brown. HEX triplet: 96, 46 and 18. RGB value is (150,70,24). Sum of RGB (Red+Green+Blue) = 150+70+24=244 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.48% from 244); Green value is 70 (27.73% from 255 or 28.69% from 244); Blue value is 24 (9.77% from 255 or 9.84% from 244); Max value from RGB is 150 - color contains mainly: red. Hex color #964618 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964618 is #69B9E7. Grayscale: #585858. Windows color (decimal): -6928872 or 1590934. OLE color: 1590934.

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

Color convert

RGB1507024-
CMYK00.530.840.41
HSL21.9º72.41%34.12%-
HSV(B)21.9º84%58.82%-
XYZ14.9310.932.19-
YUV88.6891.5171.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 61.48%
GREEN value IS 70 (27.73% from 255) = 28.69%
BLUE value IS 24 (9.77% from 255) = 9.84%
R=61.48%
G=28.69%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.84
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150702400.530.840.4121.972.4134.12
Hex9646180355429164822
Octal22610630065124512611042
Binary1001011010001101100001101011010100101001101101001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964618; }

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

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

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

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

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

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

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

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