Html Css Color HEX #96410E Saddle Brown

📋 copy color: '#96410E'

red 150 ◦ green 65 ◦ blue 14

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

Shades of Saddle Brown #96410E

Tints of Saddle Brown #96410E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.38%

 BLUE value IS 14 (5.86% from 255) = 6.11%

R = 65.5%
G = 28.38%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#96410E (or 0x96410E) is known color: Saddle Brown. HEX triplet: 96, 41 and 0E. RGB value is (150,65,14). Sum of RGB (Red+Green+Blue) = 150+65+14=229 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.50% from 229); Green value is 65 (25.78% from 255 or 28.38% from 229); Blue value is 14 (5.86% from 255 or 6.11% from 229); Max value from RGB is 150 - color contains mainly: red. Hex color #96410E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96410E is #69BEF1. Grayscale: #545454. Windows color (decimal): -6930162 or 934294. OLE color: 934294.

HSL color Cylindrical-coordinate representation of color #96410E: hue angle of 22.5º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #96410E is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 65 14 -
CMYK 0 0.57 0.91 0.41
HSL 22.5º 0.83% 0.32% -
HSV(B) 22.5º 0.91% 0.59% -
XYZ 14.55 10.3 1.64 -
YUV 84.6 88.16 174.65 -
System Red Green Blue C M Y K H S L
Decimal 150 65 14 0 0.57 0.91 0.41 22.5 0.83 0.32
Hex 96 41 E 0 39 5B 29 16 53 20
Octal 226 101 16 0 71 133 51 26 123 40
Binary 10010110 1000001 1110 0 111001 1011011 101001 10110 1010011 100000

Color Harmonies of #96410E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96410E

Black with #96410E

Text Example


Text Example

White with #96410E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96410E; }

 p { color: rgb(150,65,14); }

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

background-color css

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

 a { background-color: rgb(150,65,14); }

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

border-color css

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

 span { border-color: rgb(150,65,14); }

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