Html Css Color HEX #96462E Tia Maria

📋 copy color: '#96462E'

red 150 ◦ green 70 ◦ blue 46

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

Shades of Tia Maria #96462E

Tints of Tia Maria #96462E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.29%

R = 56.39%
G = 26.32%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#96462E (or 0x96462E) is known color: Tia Maria. HEX triplet: 96, 46 and 2E. RGB value is (150,70,46). Sum of RGB (Red+Green+Blue) = 150+70+46=266 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.39% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 46 (18.36% from 255 or 17.29% from 266); Max value from RGB is 150 - color contains mainly: red. Hex color #96462E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96462E is #69B9D1. Grayscale: #5B5B5B. Windows color (decimal): -6928850 or 3032726. OLE color: 3032726.

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

Color convert

RGB 150 70 46 -
CMYK 0 0.53 0.69 0.41
HSL 13.85º 0.53% 0.38% -
HSV(B) 13.85º 0.69% 0.59% -
XYZ 15.26 11.06 3.92 -
YUV 91.18 102.5 169.95 -
System Red Green Blue C M Y K H S L
Decimal 150 70 46 0 0.53 0.69 0.41 13.85 0.53 0.38
Hex 96 46 2E 0 35 45 29 E 35 26
Octal 226 106 56 0 65 105 51 16 65 46
Binary 10010110 1000110 101110 0 110101 1000101 101001 1110 110101 100110

Color Harmonies of #96462E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96462E

Black with #96462E

Text Example


Text Example

White with #96462E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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