Html Css Color HEX #994633 Tia Maria

📋 copy color: '#994633'

red 153 ◦ green 70 ◦ blue 51

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

Shades of Tia Maria #994633

Tints of Tia Maria #994633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.61%

R = 55.84%
G = 25.55%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#994633 (or 0x994633) is known color: Tia Maria. HEX triplet: 99, 46 and 33. RGB value is (153,70,51). Sum of RGB (Red+Green+Blue) = 153+70+51=274 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.84% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 51 (20.31% from 255 or 18.61% from 274); Max value from RGB is 153 - color contains mainly: red. Hex color #994633 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994633 is #66B9CC. Grayscale: #5C5C5C. Windows color (decimal): -6732237 or 3360409. OLE color: 3360409.

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

Color convert

RGB 153 70 51 -
CMYK 0 0.54 0.67 0.4
HSL 11.18º 0.5% 0.4% -
HSV(B) 11.18º 0.67% 0.6% -
XYZ 15.92 11.39 4.49 -
YUV 92.65 104.5 171.04 -
System Red Green Blue C M Y K H S L
Decimal 153 70 51 0 0.54 0.67 0.4 11.18 0.5 0.4
Hex 99 46 33 0 36 43 28 B 32 28
Octal 231 106 63 0 66 103 50 13 62 50
Binary 10011001 1000110 110011 0 110110 1000011 101000 1011 110010 101000

Color Harmonies of #994633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994633

Black with #994633

Text Example


Text Example

White with #994633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994633; }

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

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

background-color css

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

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

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

border-color css

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

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

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