Html Css Color HEX #96400C Saddle Brown

📋 copy color: '#96400C'

red 150 ◦ green 64 ◦ blue 12

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

Shades of Saddle Brown #96400C

Tints of Saddle Brown #96400C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.32%

 BLUE value IS 12 (5.08% from 255) = 5.31%

R = 66.37%
G = 28.32%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#96400C (or 0x96400C) is known color: Saddle Brown. HEX triplet: 96, 40 and 0C. RGB value is (150,64,12). Sum of RGB (Red+Green+Blue) = 150+64+12=226 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.37% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 12 (5.08% from 255 or 5.31% from 226); Max value from RGB is 150 - color contains mainly: red. Hex color #96400C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96400C is #69BFF3. Grayscale: #545454. Windows color (decimal): -6930420 or 802966. OLE color: 802966.

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

Color convert

RGB 150 64 12 -
CMYK 0 0.57 0.92 0.41
HSL 22.61º 0.85% 0.32% -
HSV(B) 22.61º 0.92% 0.59% -
XYZ 14.48 10.18 1.55 -
YUV 83.79 87.49 175.23 -
System Red Green Blue C M Y K H S L
Decimal 150 64 12 0 0.57 0.92 0.41 22.61 0.85 0.32
Hex 96 40 C 0 39 5C 29 17 55 20
Octal 226 100 14 0 71 134 51 27 125 40
Binary 10010110 1000000 1100 0 111001 1011100 101001 10111 1010101 100000

Color Harmonies of #96400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96400C

Black with #96400C

Text Example


Text Example

White with #96400C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96400C; }

 p { color: rgb(150,64,12); }

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

background-color css

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

 a { background-color: rgb(150,64,12); }

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

border-color css

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

 span { border-color: rgb(150,64,12); }

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