#9F646D

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

Shades of Turkish Rose #9F646D

Tints of Turkish Rose #9F646D

Color information

#9F646D (or 0x9F646D) is unknown color: approx Turkish Rose. HEX triplet: 9F, 64 and 6D. RGB value is (159,100,109). Sum of RGB (Red+Green+Blue) = 159+100+109=368 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.21% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 159 - color contains mainly: red. Hex color #9F646D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F646D is #609B92. Grayscale: #767676. Windows color (decimal): -6331283 or 7169183. OLE color: 7169183.

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

Color convert

RGB159100109-
CMYK00.370.310.38
HSL350.85º23.51%50.78%-
HSV(B)350.85º37.11%62.35%-
XYZ21.6217.5916.72-
YUV118.67122.55156.77-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.21%
GREEN value IS 100 (39.45% from 255) = 27.17%
BLUE value IS 109 (42.97% from 255) = 29.62%
R=43.21%
G=27.17%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910010900.370.310.38350.8523.5150.78
Hex9F646D0251F2615f1833
Octal23714415504537465373063
Binary100111111100100110110101001011111110011010101111111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F646D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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