#9F6366

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

Shades of Turkish Rose #9F6366

Tints of Turkish Rose #9F6366

Color information

#9F6366 (or 0x9F6366) is unknown color: approx Turkish Rose. HEX triplet: 9F, 63 and 66. RGB value is (159,99,102). Sum of RGB (Red+Green+Blue) = 159+99+102=360 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.17% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6366 is #609C99. Grayscale: #757575. Windows color (decimal): -6331546 or 6710175. OLE color: 6710175.

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

Color convert

RGB15999102-
CMYK00.380.360.38
HSL357º23.81%50.59%-
HSV(B)357º37.74%62.35%-
XYZ21.1617.2514.79-
YUV117.28119.38157.76-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.17%
GREEN value IS 99 (39.06% from 255) = 27.5%
BLUE value IS 102 (40.23% from 255) = 28.33%
R=44.17%
G=27.5%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1599910200.380.360.3835723.8150.59
Hex9F636602624261651833
Octal23714314604644465453063
Binary1001111111000111100110010011010010010011010110010111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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