Html Css Color HEX #96402F Tia Maria

📋 copy color: '#96402F'

red 150 ◦ green 64 ◦ blue 47

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

Shades of Tia Maria #96402F

Tints of Tia Maria #96402F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.01%

R = 57.47%
G = 24.52%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#96402F (or 0x96402F) is known color: Tia Maria. HEX triplet: 96, 40 and 2F. RGB value is (150,64,47). Sum of RGB (Red+Green+Blue) = 150+64+47=261 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.47% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 150 - color contains mainly: red. Hex color #96402F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96402F is #69BFD0. Grayscale: #575757. Windows color (decimal): -6930385 or 3096726. OLE color: 3096726.

HSL color Cylindrical-coordinate representation of color #96402F: hue angle of 9.9º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96402F is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 64 47 -
CMYK 0 0.57 0.69 0.41
HSL 9.9º 0.52% 0.39% -
HSV(B) 9.9º 0.69% 0.59% -
XYZ 14.92 10.36 3.9 -
YUV 87.78 104.99 172.38 -
System Red Green Blue C M Y K H S L
Decimal 150 64 47 0 0.57 0.69 0.41 9.9 0.52 0.39
Hex 96 40 2F 0 39 45 29 A 34 27
Octal 226 100 57 0 71 105 51 12 64 47
Binary 10010110 1000000 101111 0 111001 1000101 101001 1010 110100 100111

Color Harmonies of #96402F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96402F

Black with #96402F

Text Example


Text Example

White with #96402F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96402F; }

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

 H1.HeaderClassName
 {
   color: #96402F;
 }
 .AnyTagClassName
 {
   color: #96402F;
 }
</style>

background-color css

<style>
 a { background-color: #96402F; }

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

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

border-color css

<style>
 span { border-color: #96402F; }

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

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