#9F646C

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

Shades of Turkish Rose #9F646C

Tints of Turkish Rose #9F646C

Color information

#9F646C (or 0x9F646C) is unknown color: approx Turkish Rose. HEX triplet: 9F, 64 and 6C. RGB value is (159,100,108). Sum of RGB (Red+Green+Blue) = 159+100+108=367 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.32% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 159 - color contains mainly: red. Hex color #9F646C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F646C is #609B93. Grayscale: #767676. Windows color (decimal): -6331284 or 7103647. OLE color: 7103647.

HSL color Cylindrical-coordinate representation of color #9F646C: hue angle of 351.86º 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 #9F646C is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB159100108-
CMYK00.370.320.38
HSL351.86º23.51%50.78%-
HSV(B)351.86º37.11%62.35%-
XYZ21.5617.5716.44-
YUV118.55122.05156.85-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.32%
GREEN value IS 100 (39.45% from 255) = 27.25%
BLUE value IS 108 (42.58% from 255) = 29.43%
R=43.32%
G=27.25%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910010800.370.320.38351.8623.5150.78
Hex9F646C02520261601833
Octal23714415404540465403063
Binary1001111111001001101100010010110000010011010110000011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F646C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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