Html Css Color HEX #994634 Tia Maria

📋 copy color: '#994634'

red 153 ◦ green 70 ◦ blue 52

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

Shades of Tia Maria #994634

Tints of Tia Maria #994634

RGB

 RED value IS 153 (60.16% from 255) = 55.64%

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

 BLUE value IS 52 (20.7% from 255) = 18.91%

R = 55.64%
G = 25.45%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.66

 K value IS 0.4

RGB Variations

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

Color information

#994634 (or 0x994634) is known color: Tia Maria. HEX triplet: 99, 46 and 34. RGB value is (153,70,52). Sum of RGB (Red+Green+Blue) = 153+70+52=275 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.64% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 153 - color contains mainly: red. Hex color #994634 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994634 is #66B9CB. Grayscale: #5C5C5C. Windows color (decimal): -6732236 or 3425945. OLE color: 3425945.

HSL color Cylindrical-coordinate representation of color #994634: hue angle of 10.69º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #994634 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 70 52 -
CMYK 0 0.54 0.66 0.4
HSL 10.69º 0.49% 0.4% -
HSV(B) 10.69º 0.66% 0.6% -
XYZ 15.95 11.4 4.61 -
YUV 92.77 105 170.96 -
System Red Green Blue C M Y K H S L
Decimal 153 70 52 0 0.54 0.66 0.4 10.69 0.49 0.4
Hex 99 46 34 0 36 42 28 B 31 28
Octal 231 106 64 0 66 102 50 13 61 50
Binary 10011001 1000110 110100 0 110110 1000010 101000 1011 110001 101000

Color Harmonies of #994634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994634

Black with #994634

Text Example


Text Example

White with #994634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994634; }

 p { color: rgb(153,70,52); }

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

background-color css

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

 a { background-color: rgb(153,70,52); }

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

border-color css

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

 span { border-color: rgb(153,70,52); }

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