Html Css Color HEX #994946 Roof Terracotta

📋 copy color: '#994946'

red 153 ◦ green 73 ◦ blue 70

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

Shades of Roof Terracotta #994946

Tints of Roof Terracotta #994946

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.66%

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

R = 51.69%
G = 24.66%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.4

RGB Variations

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

Color information

#994946 (or 0x994946) is known color: Roof Terracotta. HEX triplet: 99, 49 and 46. RGB value is (153,73,70). Sum of RGB (Red+Green+Blue) = 153+73+70=296 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.69% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 70 (27.73% from 255 or 23.65% from 296); Max value from RGB is 153 - color contains mainly: red. Hex color #994946 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994946 is #66B6B9. Grayscale: #606060. Windows color (decimal): -6731450 or 4606361. OLE color: 4606361.

HSL color Cylindrical-coordinate representation of color #994946: hue angle of 2.17º 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 #994946 is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 73 70 -
CMYK 0 0.52 0.54 0.4
HSL 2.17º 0.37% 0.44% -
HSV(B) 2.17º 0.54% 0.6% -
XYZ 16.62 11.98 7.23 -
YUV 96.58 113 168.24 -
System Red Green Blue C M Y K H S L
Decimal 153 73 70 0 0.52 0.54 0.4 2.17 0.37 0.44
Hex 99 49 46 0 34 36 28 2 25 2C
Octal 231 111 106 0 64 66 50 2 45 54
Binary 10011001 1001001 1000110 0 110100 110110 101000 10 100101 101100

Color Harmonies of #994946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994946

Black with #994946

Text Example


Text Example

White with #994946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994946; }

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

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

background-color css

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

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

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

border-color css

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

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

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