#9F4642

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

Shades of Roof Terracotta #9F4642

Tints of Roof Terracotta #9F4642

Color information

#9F4642 (or 0x9F4642) is unknown color: approx Roof Terracotta. HEX triplet: 9F, 46 and 42. RGB value is (159,70,66). Sum of RGB (Red+Green+Blue) = 159+70+66=295 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.90% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4642 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4642 is #60B9BD. Grayscale: #606060. Windows color (decimal): -6339006 or 4343455. OLE color: 4343455.

HSL color Cylindrical-coordinate representation of color #9F4642: hue angle of 2.58º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F4642 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB1597066-
CMYK00.560.580.38
HSL2.58º41.33%44.12%-
HSV(B)2.58º58.49%62.35%-
XYZ17.4712.146.58-
YUV96.16110.99172.83-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 53.90%
GREEN value IS 70 (27.73% from 255) = 23.73%
BLUE value IS 66 (26.17% from 255) = 22.37%
R=53.90%
G=23.73%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159706600.560.580.382.5841.3344.12
Hex9F46420383A263292c
Octal237106102070724635154
Binary1001111110001101000010011100011101010011011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,70,66); }

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

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

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

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

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

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

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