#D96F61

Color #D96F61 Terra Cotta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Terra Cotta #D96F61

Tints of Terra Cotta #D96F61

Color information

#D96F61 (or 0xD96F61) is unknown color: approx Terra Cotta. HEX triplet: D9, 6F and 61. RGB value is (217,111,97). Sum of RGB (Red+Green+Blue) = 217+111+97=425 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.06% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 97 (38.28% from 255 or 22.82% from 425); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96F61 is #26909E. Grayscale: #8D8D8D. Windows color (decimal): -2527391 or 6385625. OLE color: 6385625.

HSL color Cylindrical-coordinate representation of color #D96F61: hue angle of 7º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D96F61 is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB21711197-
CMYK00.490.550.15
HSL61.22%61.57%-
HSV(B)55.3%85.1%-
XYZ36.4626.9814.6-
YUV141.1103.12182.14-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.06%
GREEN value IS 111 (43.75% from 255) = 26.12%
BLUE value IS 97 (38.28% from 255) = 22.82%
R=51.06%
G=26.12%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171119700.490.550.15761.2261.57
HexD96F6103137F73d3e
Octal331157141061671777576
Binary110110011101111110000101100011101111111111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96F61; }

 p { color: rgb(217,111,97); }

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

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

 a { background-color: rgb(217,111,97); }

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

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

 span { border-color: rgb(217,111,97); }

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