Html Css Color HEX #994846 Roof Terracotta

📋 copy color: '#994846'

red 153 ◦ green 72 ◦ blue 70

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

Shades of Roof Terracotta #994846

Tints of Roof Terracotta #994846

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.41%

 BLUE value IS 70 (27.73% from 255) = 23.73%

R = 51.86%
G = 24.41%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.4

RGB Variations

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

Color information

#994846 (or 0x994846) is known color: Roof Terracotta. HEX triplet: 99, 48 and 46. RGB value is (153,72,70). Sum of RGB (Red+Green+Blue) = 153+72+70=295 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.86% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 70 (27.73% from 255 or 23.73% from 295); Max value from RGB is 153 - color contains mainly: red. Hex color #994846 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994846 is #66B7B9. Grayscale: #606060. Windows color (decimal): -6731706 or 4606105. OLE color: 4606105.

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

Color convert

RGB 153 72 70 -
CMYK 0 0.53 0.54 0.4
HSL 1.45º 0.37% 0.44% -
HSV(B) 1.45º 0.54% 0.6% -
XYZ 16.56 11.85 7.21 -
YUV 95.99 113.34 168.66 -
System Red Green Blue C M Y K H S L
Decimal 153 72 70 0 0.53 0.54 0.4 1.45 0.37 0.44
Hex 99 48 46 0 35 36 28 1 25 2C
Octal 231 110 106 0 65 66 50 1 45 54
Binary 10011001 1001000 1000110 0 110101 110110 101000 1 100101 101100

Color Harmonies of #994846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994846

Black with #994846

Text Example


Text Example

White with #994846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994846; }

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

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

background-color css

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

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

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

border-color css

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

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

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