Html Css Color HEX #964211 Saddle Brown

📋 copy color: '#964211'

red 150 ◦ green 66 ◦ blue 17

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

Shades of Saddle Brown #964211

Tints of Saddle Brown #964211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.3%

R = 64.38%
G = 28.33%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#964211 (or 0x964211) is known color: Saddle Brown. HEX triplet: 96, 42 and 11. RGB value is (150,66,17). Sum of RGB (Red+Green+Blue) = 150+66+17=233 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.38% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 17 (7.03% from 255 or 7.30% from 233); Max value from RGB is 150 - color contains mainly: red. Hex color #964211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964211 is #69BDEE. Grayscale: #555555. Windows color (decimal): -6929903 or 1131158. OLE color: 1131158.

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

Color convert

RGB 150 66 17 -
CMYK 0 0.56 0.89 0.41
HSL 22.11º 0.8% 0.33% -
HSV(B) 22.11º 0.89% 0.59% -
XYZ 14.63 10.42 1.77 -
YUV 85.53 89.33 173.98 -
System Red Green Blue C M Y K H S L
Decimal 150 66 17 0 0.56 0.89 0.41 22.11 0.8 0.33
Hex 96 42 11 0 38 59 29 16 50 21
Octal 226 102 21 0 70 131 51 26 120 41
Binary 10010110 1000010 10001 0 111000 1011001 101001 10110 1010000 100001

Color Harmonies of #964211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964211

Black with #964211

Text Example


Text Example

White with #964211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964211; }

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

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

background-color css

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

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

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

border-color css

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

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

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