Html Css Color HEX #964216 Saddle Brown

📋 copy color: '#964216'

red 150 ◦ green 66 ◦ blue 22

#964216
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saddle Brown #964216

Tints of Saddle Brown #964216

RGB

 RED value IS 150 (58.98% from 255) = 63.03%

 GREEN value IS 66 (26.17% from 255) = 27.73%

 BLUE value IS 22 (8.98% from 255) = 9.24%

R = 63.03%
G = 27.73%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#964216 (or 0x964216) is known color: Saddle Brown. HEX triplet: 96, 42 and 16. RGB value is (150,66,22). Sum of RGB (Red+Green+Blue) = 150+66+22=238 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.03% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 22 (8.98% from 255 or 9.24% from 238); Max value from RGB is 150 - color contains mainly: red. Hex color #964216 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964216 is #69BDE9. Grayscale: #565656. Windows color (decimal): -6929898 or 1458838. OLE color: 1458838.

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

Color convert

RGB 150 66 22 -
CMYK 0 0.56 0.85 0.41
HSL 20.63º 0.74% 0.34% -
HSV(B) 20.63º 0.85% 0.59% -
XYZ 14.67 10.44 2 -
YUV 86.1 91.83 173.58 -
System Red Green Blue C M Y K H S L
Decimal 150 66 22 0 0.56 0.85 0.41 20.63 0.74 0.34
Hex 96 42 16 0 38 55 29 15 4A 22
Octal 226 102 26 0 70 125 51 25 112 42
Binary 10010110 1000010 10110 0 111000 1010101 101001 10101 1001010 100010

Color Harmonies of #964216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964216

Black with #964216

Text Example


Text Example

White with #964216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964216; }

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

 H1.HeaderClassName
 {
   color: #964216;
 }
 .AnyTagClassName
 {
   color: #964216;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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