Html Css Color HEX #964510 Saddle Brown

📋 copy color: '#964510'

red 150 ◦ green 69 ◦ blue 16

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

Shades of Saddle Brown #964510

Tints of Saddle Brown #964510

RGB

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

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

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

R = 63.83%
G = 29.36%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#964510 (or 0x964510) is known color: Saddle Brown. HEX triplet: 96, 45 and 10. RGB value is (150,69,16). Sum of RGB (Red+Green+Blue) = 150+69+16=235 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.83% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 16 (6.64% from 255 or 6.81% from 235); Max value from RGB is 150 - color contains mainly: red. Hex color #964510 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964510 is #69BAEF. Grayscale: #575757. Windows color (decimal): -6929136 or 1066390. OLE color: 1066390.

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

Color convert

RGB 150 69 16 -
CMYK 0 0.54 0.89 0.41
HSL 23.73º 0.81% 0.33% -
HSV(B) 23.73º 0.89% 0.59% -
XYZ 14.8 10.78 1.79 -
YUV 87.18 87.84 172.81 -
System Red Green Blue C M Y K H S L
Decimal 150 69 16 0 0.54 0.89 0.41 23.73 0.81 0.33
Hex 96 45 10 0 36 59 29 18 51 21
Octal 226 105 20 0 66 131 51 30 121 41
Binary 10010110 1000101 10000 0 110110 1011001 101001 11000 1010001 100001

Color Harmonies of #964510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964510

Black with #964510

Text Example


Text Example

White with #964510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964510; }

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

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

background-color css

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

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

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

border-color css

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

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

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