#9F6C77

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

Shades of Turkish Rose #9F6C77

Tints of Turkish Rose #9F6C77

Color information

#9F6C77 (or 0x9F6C77) is unknown color: approx Turkish Rose. HEX triplet: 9F, 6C and 77. RGB value is (159,108,119). Sum of RGB (Red+Green+Blue) = 159+108+119=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6C77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6C77 is #609388. Grayscale: #7C7C7C. Windows color (decimal): -6329225 or 7826591. OLE color: 7826591.

HSL color Cylindrical-coordinate representation of color #9F6C77: hue angle of 347.06º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9F6C77 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB159108119-
CMYK00.320.250.38
HSL347.06º20.99%52.35%-
HSV(B)347.06º32.08%62.35%-
XYZ22.9919.4319.99-
YUV124.5124.9152.61-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.19%
GREEN value IS 108 (42.58% from 255) = 27.98%
BLUE value IS 119 (46.88% from 255) = 30.83%
R=41.19%
G=27.98%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910811900.320.250.38347.0620.9952.35
Hex9F6C77020192615b1534
Octal23715416704031465332564
Binary100111111101100111011101000001100110011010101101110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,108,119); }

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

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

 a { background-color: rgb(159,108,119); }

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

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

 span { border-color: rgb(159,108,119); }

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