#9A4646

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

Shades of Roof Terracotta #9A4646

Tints of Roof Terracotta #9A4646

Color information

#9A4646 (or 0x9A4646) is unknown color: approx Roof Terracotta. HEX triplet: 9A, 46 and 46. RGB value is (154,70,70). Sum of RGB (Red+Green+Blue) = 154+70+70=294 (38% of max value = 765). Red value is 154 (60.55% from 255 or 52.38% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 70 (27.73% from 255 or 23.81% from 294); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4646 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A4646 is #65B9B9. Grayscale: #5F5F5F. Windows color (decimal): -6666682 or 4605594. OLE color: 4605594.

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

Color convert

RGB1547070-
CMYK00.550.550.40
HSL37.5%43.92%-
HSV(B)54.55%60.39%-
XYZ16.6211.697.18-
YUV95.12113.83170-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 52.38%
GREEN value IS 70 (27.73% from 255) = 23.81%
BLUE value IS 70 (27.73% from 255) = 23.81%
R=52.38%
G=23.81%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154707000.550.550.40037.543.92
Hex9A464603737280262c
Octal232106106067675004654
Binary100110101000110100011001101111101111010000100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A4646; }

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

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

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

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

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

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

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

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