#9C6870

Color #9C6870 Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #9C6870

Tints of Turkish Rose #9C6870

Color information

#9C6870 (or 0x9C6870) is unknown color: approx Turkish Rose. HEX triplet: 9C, 68 and 70. RGB value is (156,104,112). Sum of RGB (Red+Green+Blue) = 156+104+112=372 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.94% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6870 is #63978F. Grayscale: #787878. Windows color (decimal): -6526864 or 7366812. OLE color: 7366812.

HSL color Cylindrical-coordinate representation of color #9C6870: hue angle of 350.77º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9C6870 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB156104112-
CMYK00.330.280.39
HSL350.77º20.8%50.98%-
HSV(B)350.77º33.33%61.18%-
XYZ21.5918.1417.69-
YUV120.46123.23153.35-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.94%
GREEN value IS 104 (41.02% from 255) = 27.96%
BLUE value IS 112 (44.14% from 255) = 30.11%
R=41.94%
G=27.96%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610411200.330.280.39350.7720.850.98
Hex9C68700211C2715f1533
Octal23415016004134475372563
Binary100111001101000111000001000011110010011110101111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,104,112); }

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

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

 a { background-color: rgb(156,104,112); }

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

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

 span { border-color: rgb(156,104,112); }

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