Html Css Color HEX #964310 Saddle Brown

📋 copy color: '#964310'

red 150 ◦ green 67 ◦ blue 16

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

Shades of Saddle Brown #964310

Tints of Saddle Brown #964310

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.76%

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

R = 64.38%
G = 28.76%
B = 6.87%

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

#964310 (or 0x964310) is known color: Saddle Brown. HEX triplet: 96, 43 and 10. RGB value is (150,67,16). Sum of RGB (Red+Green+Blue) = 150+67+16=233 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.38% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 16 (6.64% from 255 or 6.87% from 233); Max value from RGB is 150 - color contains mainly: red. Hex color #964310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964310 is #69BCEF. Grayscale: #565656. Windows color (decimal): -6929648 or 1065878. OLE color: 1065878.

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

Color convert

RGB 150 67 16 -
CMYK 0 0.55 0.89 0.41
HSL 22.84º 0.81% 0.33% -
HSV(B) 22.84º 0.89% 0.59% -
XYZ 14.68 10.54 1.75 -
YUV 86 88.5 173.65 -
System Red Green Blue C M Y K H S L
Decimal 150 67 16 0 0.55 0.89 0.41 22.84 0.81 0.33
Hex 96 43 10 0 37 59 29 17 51 21
Octal 226 103 20 0 67 131 51 27 121 41
Binary 10010110 1000011 10000 0 110111 1011001 101001 10111 1010001 100001

Color Harmonies of #964310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964310

Black with #964310

Text Example


Text Example

White with #964310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964310; }

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

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

background-color css

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

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

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

border-color css

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

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

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