#9C6871

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

Shades of Turkish Rose #9C6871

Tints of Turkish Rose #9C6871

Color information

#9C6871 (or 0x9C6871) is unknown color: approx Turkish Rose. HEX triplet: 9C, 68 and 71. RGB value is (156,104,113). Sum of RGB (Red+Green+Blue) = 156+104+113=373 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.82% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6871 is #63978E. Grayscale: #787878. Windows color (decimal): -6526863 or 7432348. OLE color: 7432348.

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

Color convert

RGB156104113-
CMYK00.330.280.39
HSL349.62º20.8%50.98%-
HSV(B)349.62º33.33%61.18%-
XYZ21.6418.1617.99-
YUV120.57123.73153.27-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.82%
GREEN value IS 104 (41.02% from 255) = 27.88%
BLUE value IS 113 (44.53% from 255) = 30.29%
R=41.82%
G=27.88%
B=30.29%

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
Decimal15610411300.330.280.39349.6220.850.98
Hex9C68710211C2715e1533
Octal23415016104134475362563
Binary100111001101000111000101000011110010011110101111010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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