#9F4643

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

Shades of Roof Terracotta #9F4643

Tints of Roof Terracotta #9F4643

Color information

#9F4643 (or 0x9F4643) is unknown color: approx Roof Terracotta. HEX triplet: 9F, 46 and 43. RGB value is (159,70,67). Sum of RGB (Red+Green+Blue) = 159+70+67=296 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.72% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 67 (26.56% from 255 or 22.64% from 296); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4643 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4643 is #60B9BC. Grayscale: #606060. Windows color (decimal): -6339005 or 4408991. OLE color: 4408991.

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

Color convert

RGB1597067-
CMYK00.560.580.38
HSL1.96º40.71%44.31%-
HSV(B)1.96º57.86%62.35%-
XYZ17.512.166.73-
YUV96.27111.49172.74-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 53.72%
GREEN value IS 70 (27.73% from 255) = 23.65%
BLUE value IS 67 (26.56% from 255) = 22.64%
R=53.72%
G=23.65%
B=22.64%

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
Decimal159706700.560.580.381.9640.7144.31
Hex9F46430383A262292c
Octal237106103070724625154
Binary1001111110001101000011011100011101010011010101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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