Html Css Color HEX #96422D Tia Maria

📋 copy color: '#96422D'

red 150 ◦ green 66 ◦ blue 45

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

Shades of Tia Maria #96422D

Tints of Tia Maria #96422D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.29%

 BLUE value IS 45 (17.97% from 255) = 17.24%

R = 57.47%
G = 25.29%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#96422D (or 0x96422D) is known color: Tia Maria. HEX triplet: 96, 42 and 2D. RGB value is (150,66,45). Sum of RGB (Red+Green+Blue) = 150+66+45=261 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.47% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 45 (17.97% from 255 or 17.24% from 261); Max value from RGB is 150 - color contains mainly: red. Hex color #96422D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96422D is #69BDD2. Grayscale: #585858. Windows color (decimal): -6929875 or 2966166. OLE color: 2966166.

HSL color Cylindrical-coordinate representation of color #96422D: hue angle of 12º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #96422D is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 66 45 -
CMYK 0 0.56 0.70 0.41
HSL 12º 0.54% 0.38% -
HSV(B) 12º 0.7% 0.59% -
XYZ 15 10.57 3.73 -
YUV 88.72 103.33 171.71 -
System Red Green Blue C M Y K H S L
Decimal 150 66 45 0 0.56 0.70 0.41 12 0.54 0.38
Hex 96 42 2D 0 38 46 29 C 36 26
Octal 226 102 55 0 70 106 51 14 66 46
Binary 10010110 1000010 101101 0 111000 1000110 101001 1100 110110 100110

Color Harmonies of #96422D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96422D

Black with #96422D

Text Example


Text Example

White with #96422D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,66,45); }

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

background-color css

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

 a { background-color: rgb(150,66,45); }

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

border-color css

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

 span { border-color: rgb(150,66,45); }

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