#994645

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

Shades of Roof Terracotta #994645

Tints of Roof Terracotta #994645

Color information

#994645 (or 0x994645) is unknown color: approx Roof Terracotta. HEX triplet: 99, 46 and 45. RGB value is (153,70,69). Sum of RGB (Red+Green+Blue) = 153+70+69=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 70 (27.73% from 255 or 23.97% from 292); Blue value is 69 (27.34% from 255 or 23.63% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #994645 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994645 is #66B9BA. Grayscale: #5E5E5E. Windows color (decimal): -6732219 or 4540057. OLE color: 4540057.

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

Color convert

RGB1537069-
CMYK00.540.550.4
HSL0.71º37.84%43.53%-
HSV(B)0.71º54.9%60%-
XYZ16.411.587-
YUV94.7113.5169.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.40%
GREEN value IS 70 (27.73% from 255) = 23.97%
BLUE value IS 69 (27.34% from 255) = 23.63%
R=52.40%
G=23.97%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153706900.540.550.40.7137.8443.53
Hex99464503637281262c
Octal231106105066675014654
Binary100110011000110100010101101101101111010001100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994645; }

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

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

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

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

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

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

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

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