#994644

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

Shades of Roof Terracotta #994644

Tints of Roof Terracotta #994644

Color information

#994644 (or 0x994644) is unknown color: approx Roof Terracotta. HEX triplet: 99, 46 and 44. RGB value is (153,70,68). Sum of RGB (Red+Green+Blue) = 153+70+68=291 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.58% from 291); Green value is 70 (27.73% from 255 or 24.05% from 291); Blue value is 68 (26.95% from 255 or 23.37% from 291); Max value from RGB is 153 - color contains mainly: red. Hex color #994644 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994644 is #66B9BB. Grayscale: #5E5E5E. Windows color (decimal): -6732220 or 4474521. OLE color: 4474521.

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

Color convert

RGB1537068-
CMYK00.540.560.4
HSL1.41º38.46%43.33%-
HSV(B)1.41º55.56%60%-
XYZ16.3711.576.84-
YUV94.59113169.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.58%
GREEN value IS 70 (27.73% from 255) = 24.05%
BLUE value IS 68 (26.95% from 255) = 23.37%
R=52.58%
G=24.05%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.56
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153706800.540.560.41.4138.4643.33
Hex99464403638281262b
Octal231106104066705014653
Binary100110011000110100010001101101110001010001100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994644; }

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

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

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

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

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

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

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

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