Html Css Color HEX #964410 Saddle Brown

📋 copy color: '#964410'

red 150 ◦ green 68 ◦ blue 16

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

Shades of Saddle Brown #964410

Tints of Saddle Brown #964410

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.06%

 BLUE value IS 16 (6.64% from 255) = 6.84%

R = 64.1%
G = 29.06%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#964410 (or 0x964410) is known color: Saddle Brown. HEX triplet: 96, 44 and 10. RGB value is (150,68,16). Sum of RGB (Red+Green+Blue) = 150+68+16=234 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.10% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 16 (6.64% from 255 or 6.84% from 234); Max value from RGB is 150 - color contains mainly: red. Hex color #964410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964410 is #69BBEF. Grayscale: #565656. Windows color (decimal): -6929392 or 1066134. OLE color: 1066134.

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

Color convert

RGB 150 68 16 -
CMYK 0 0.55 0.89 0.41
HSL 23.28º 0.81% 0.33% -
HSV(B) 23.28º 0.89% 0.59% -
XYZ 14.74 10.66 1.77 -
YUV 86.59 88.17 173.23 -
System Red Green Blue C M Y K H S L
Decimal 150 68 16 0 0.55 0.89 0.41 23.28 0.81 0.33
Hex 96 44 10 0 37 59 29 17 51 21
Octal 226 104 20 0 67 131 51 27 121 41
Binary 10010110 1000100 10000 0 110111 1011001 101001 10111 1010001 100001

Color Harmonies of #964410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964410

Black with #964410

Text Example


Text Example

White with #964410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964410; }

 p { color: rgb(150,68,16); }

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

background-color css

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

 a { background-color: rgb(150,68,16); }

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

border-color css

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

 span { border-color: rgb(150,68,16); }

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