Html Css Color HEX #964415 Saddle Brown

📋 copy color: '#964415'

red 150 ◦ green 68 ◦ blue 21

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

Shades of Saddle Brown #964415

Tints of Saddle Brown #964415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.79%

R = 62.76%
G = 28.45%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#964415 (or 0x964415) is known color: Saddle Brown. HEX triplet: 96, 44 and 15. RGB value is (150,68,21). Sum of RGB (Red+Green+Blue) = 150+68+21=239 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.76% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 21 (8.59% from 255 or 8.79% from 239); Max value from RGB is 150 - color contains mainly: red. Hex color #964415 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964415 is #69BBEA. Grayscale: #575757. Windows color (decimal): -6929387 or 1393814. OLE color: 1393814.

HSL color Cylindrical-coordinate representation of color #964415: hue angle of 21.86º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #964415 is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 68 21 -
CMYK 0 0.55 0.86 0.41
HSL 21.86º 0.75% 0.34% -
HSV(B) 21.86º 0.86% 0.59% -
XYZ 14.78 10.67 1.99 -
YUV 87.16 90.67 172.82 -
System Red Green Blue C M Y K H S L
Decimal 150 68 21 0 0.55 0.86 0.41 21.86 0.75 0.34
Hex 96 44 15 0 37 56 29 16 4B 22
Octal 226 104 25 0 67 126 51 26 113 42
Binary 10010110 1000100 10101 0 110111 1010110 101001 10110 1001011 100010

Color Harmonies of #964415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964415

Black with #964415

Text Example


Text Example

White with #964415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964415; }

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

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

background-color css

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

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

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

border-color css

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

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

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