Html Css Color HEX #96461B Saddle Brown

📋 copy color: '#96461B'

red 150 ◦ green 70 ◦ blue 27

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

Shades of Saddle Brown #96461B

Tints of Saddle Brown #96461B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.93%

R = 60.73%
G = 28.34%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.41

RGB Variations

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

Color information

#96461B (or 0x96461B) is known color: Saddle Brown. HEX triplet: 96, 46 and 1B. RGB value is (150,70,27). Sum of RGB (Red+Green+Blue) = 150+70+27=247 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.73% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 27 (10.94% from 255 or 10.93% from 247); Max value from RGB is 150 - color contains mainly: red. Hex color #96461B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96461B is #69B9E4. Grayscale: #595959. Windows color (decimal): -6928869 or 1787542. OLE color: 1787542.

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

Color convert

RGB 150 70 27 -
CMYK 0 0.53 0.82 0.41
HSL 20.98º 0.69% 0.35% -
HSV(B) 20.98º 0.82% 0.59% -
XYZ 14.97 10.94 2.36 -
YUV 89.02 93 171.5 -
System Red Green Blue C M Y K H S L
Decimal 150 70 27 0 0.53 0.82 0.41 20.98 0.69 0.35
Hex 96 46 1B 0 35 52 29 15 45 23
Octal 226 106 33 0 65 122 51 25 105 43
Binary 10010110 1000110 11011 0 110101 1010010 101001 10101 1000101 100011

Color Harmonies of #96461B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96461B

Black with #96461B

Text Example


Text Example

White with #96461B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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