#9F6670

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

Shades of Turkish Rose #9F6670

Tints of Turkish Rose #9F6670

Color information

#9F6670 (or 0x9F6670) is unknown color: approx Turkish Rose. HEX triplet: 9F, 66 and 70. RGB value is (159,102,112). Sum of RGB (Red+Green+Blue) = 159+102+112=373 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.63% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6670 is #60998F. Grayscale: #787878. Windows color (decimal): -6330768 or 7366303. OLE color: 7366303.

HSL color Cylindrical-coordinate representation of color #9F6670: hue angle of 349.47º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9F6670 is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB159102112-
CMYK00.360.300.38
HSL349.47º22.89%51.18%-
HSV(B)349.47º35.85%62.35%-
XYZ21.9718.0417.65-
YUV120.18123.38155.69-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.63%
GREEN value IS 102 (40.23% from 255) = 27.35%
BLUE value IS 112 (44.14% from 255) = 30.03%
R=42.63%
G=27.35%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910211200.360.300.38349.4722.8951.18
Hex9F66700241E2615d1733
Octal23714616004436465352763
Binary100111111100110111000001001001111010011010101110110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,102,112); }

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

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

 a { background-color: rgb(159,102,112); }

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

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

 span { border-color: rgb(159,102,112); }

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