Html Css Color HEX #96461D Saddle Brown

📋 copy color: '#96461D'

red 150 ◦ green 70 ◦ blue 29

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

Shades of Saddle Brown #96461D

Tints of Saddle Brown #96461D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.11%

 BLUE value IS 29 (11.72% from 255) = 11.65%

R = 60.24%
G = 28.11%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#96461D (or 0x96461D) is known color: Saddle Brown. HEX triplet: 96, 46 and 1D. RGB value is (150,70,29). Sum of RGB (Red+Green+Blue) = 150+70+29=249 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.24% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 29 (11.72% from 255 or 11.65% from 249); Max value from RGB is 150 - color contains mainly: red. Hex color #96461D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96461D is #69B9E2. Grayscale: #595959. Windows color (decimal): -6928867 or 1918614. OLE color: 1918614.

HSL color Cylindrical-coordinate representation of color #96461D: hue angle of 20.33º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #96461D is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 70 29 -
CMYK 0 0.53 0.81 0.41
HSL 20.33º 0.68% 0.35% -
HSV(B) 20.33º 0.81% 0.59% -
XYZ 14.99 10.95 2.49 -
YUV 89.25 94 171.33 -
System Red Green Blue C M Y K H S L
Decimal 150 70 29 0 0.53 0.81 0.41 20.33 0.68 0.35
Hex 96 46 1D 0 35 51 29 14 44 23
Octal 226 106 35 0 65 121 51 24 104 43
Binary 10010110 1000110 11101 0 110101 1010001 101001 10100 1000100 100011

Color Harmonies of #96461D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96461D

Black with #96461D

Text Example


Text Example

White with #96461D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96461D; }

 p { color: rgb(150,70,29); }

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

background-color css

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

 a { background-color: rgb(150,70,29); }

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

border-color css

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

 span { border-color: rgb(150,70,29); }

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