#9F6466

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

Shades of Turkish Rose #9F6466

Tints of Turkish Rose #9F6466

Color information

#9F6466 (or 0x9F6466) is unknown color: approx Turkish Rose. HEX triplet: 9F, 64 and 66. RGB value is (159,100,102). Sum of RGB (Red+Green+Blue) = 159+100+102=361 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.04% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6466 is #609B99. Grayscale: #757575. Windows color (decimal): -6331290 or 6710431. OLE color: 6710431.

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

Color convert

RGB159100102-
CMYK00.370.360.38
HSL357.97º23.51%50.78%-
HSV(B)357.97º37.11%62.35%-
XYZ21.2517.4414.82-
YUV117.87119.05157.34-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.04%
GREEN value IS 100 (39.45% from 255) = 27.70%
BLUE value IS 102 (40.23% from 255) = 28.25%
R=44.04%
G=27.70%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910010200.370.360.38357.9723.5150.78
Hex9F646602524261661833
Octal23714414604544465463063
Binary1001111111001001100110010010110010010011010110011011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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