#9F6265

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

Shades of Turkish Rose #9F6265

Tints of Turkish Rose #9F6265

Color information

#9F6265 (or 0x9F6265) is unknown color: approx Turkish Rose. HEX triplet: 9F, 62 and 65. RGB value is (159,98,101). Sum of RGB (Red+Green+Blue) = 159+98+101=358 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.41% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 101 (39.84% from 255 or 28.21% from 358); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6265 is #609D9A. Grayscale: #747474. Windows color (decimal): -6331803 or 6644383. OLE color: 6644383.

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

Color convert

RGB15998101-
CMYK00.380.360.38
HSL357.05º24.11%50.39%-
HSV(B)357.05º38.36%62.35%-
XYZ21.0117.0514.49-
YUV116.58119.21158.26-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.41%
GREEN value IS 98 (38.67% from 255) = 27.37%
BLUE value IS 101 (39.84% from 255) = 28.21%
R=44.41%
G=27.37%
B=28.21%

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
Decimal1599810100.380.360.38357.0524.1150.39
Hex9F626502624261651832
Octal23714214504644465453062
Binary1001111111000101100101010011010010010011010110010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,98,101); }

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

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

 a { background-color: rgb(159,98,101); }

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

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

 span { border-color: rgb(159,98,101); }

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