#9F6770

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

Shades of Turkish Rose #9F6770

Tints of Turkish Rose #9F6770

Color information

#9F6770 (or 0x9F6770) is unknown color: approx Turkish Rose. HEX triplet: 9F, 67 and 70. RGB value is (159,103,112). Sum of RGB (Red+Green+Blue) = 159+103+112=374 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.51% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6770 is #60988F. Grayscale: #787878. Windows color (decimal): -6330512 or 7366559. OLE color: 7366559.

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

Color convert

RGB159103112-
CMYK00.350.300.38
HSL350.36º22.58%51.37%-
HSV(B)350.36º35.22%62.35%-
XYZ22.0718.2417.69-
YUV120.77123.05155.27-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.51%
GREEN value IS 103 (40.62% from 255) = 27.54%
BLUE value IS 112 (44.14% from 255) = 29.95%
R=42.51%
G=27.54%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910311200.350.300.38350.3622.5851.37
Hex9F67700231E2615e1733
Octal23714716004336465362763
Binary100111111100111111000001000111111010011010101111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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