Html Css Color HEX #964516 Saddle Brown

📋 copy color: '#964516'

red 150 ◦ green 69 ◦ blue 22

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

Shades of Saddle Brown #964516

Tints of Saddle Brown #964516

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.63%

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

R = 62.24%
G = 28.63%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#964516 (or 0x964516) is known color: Saddle Brown. HEX triplet: 96, 45 and 16. RGB value is (150,69,22). Sum of RGB (Red+Green+Blue) = 150+69+22=241 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.24% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 22 (8.98% from 255 or 9.13% from 241); Max value from RGB is 150 - color contains mainly: red. Hex color #964516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964516 is #69BAE9. Grayscale: #585858. Windows color (decimal): -6929130 or 1459606. OLE color: 1459606.

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

Color convert

RGB 150 69 22 -
CMYK 0 0.54 0.85 0.41
HSL 22.03º 0.74% 0.34% -
HSV(B) 22.03º 0.85% 0.59% -
XYZ 14.85 10.8 2.06 -
YUV 87.86 90.84 172.32 -
System Red Green Blue C M Y K H S L
Decimal 150 69 22 0 0.54 0.85 0.41 22.03 0.74 0.34
Hex 96 45 16 0 36 55 29 16 4A 22
Octal 226 105 26 0 66 125 51 26 112 42
Binary 10010110 1000101 10110 0 110110 1010101 101001 10110 1001010 100010

Color Harmonies of #964516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964516

Black with #964516

Text Example


Text Example

White with #964516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964516; }

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

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

background-color css

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

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

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

border-color css

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

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

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