#994646

Color #994646 Roof Terracotta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roof Terracotta #994646

Tints of Roof Terracotta #994646

Color information

#994646 (or 0x994646) is unknown color: approx Roof Terracotta. HEX triplet: 99, 46 and 46. RGB value is (153,70,70). Sum of RGB (Red+Green+Blue) = 153+70+70=293 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.22% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 70 (27.73% from 255 or 23.89% from 293); Max value from RGB is 153 - color contains mainly: red. Hex color #994646 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994646 is #66B9B9. Grayscale: #5E5E5E. Windows color (decimal): -6732218 or 4605593. OLE color: 4605593.

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

Color convert

RGB1537070-
CMYK00.540.540.4
HSL37.22%43.73%-
HSV(B)54.25%60%-
XYZ16.4311.597.17-
YUV94.82114169.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.22%
GREEN value IS 70 (27.73% from 255) = 23.89%
BLUE value IS 70 (27.73% from 255) = 23.89%
R=52.22%
G=23.89%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153707000.540.540.4037.2243.73
Hex99464603636280252c
Octal231106106066665004554
Binary100110011000110100011001101101101101010000100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994646; }

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

 H1.HeaderClassName
 {
   color: #994646;
 }
 .AnyTagClassName
 {
   color: #994646;
 }
</style>
background-color css

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

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

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

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

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

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