#9F7679

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

Shades of Turkish Rose #9F7679

Tints of Turkish Rose #9F7679

Color information

#9F7679 (or 0x9F7679) is unknown color: approx Turkish Rose. HEX triplet: 9F, 76 and 79. RGB value is (159,118,121). Sum of RGB (Red+Green+Blue) = 159+118+121=398 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.95% from 398); Green value is 118 (46.48% from 255 or 29.65% from 398); Blue value is 121 (47.66% from 255 or 30.40% from 398); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7679 is #608986. Grayscale: #828282. Windows color (decimal): -6326663 or 7960223. OLE color: 7960223.

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

Color convert

RGB159118121-
CMYK00.260.240.38
HSL355.61º17.6%54.31%-
HSV(B)355.61º25.79%62.35%-
XYZ24.2321.7121-
YUV130.6122.58148.26-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.95%
GREEN value IS 118 (46.48% from 255) = 29.65%
BLUE value IS 121 (47.66% from 255) = 30.40%
R=39.95%
G=29.65%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911812100.260.240.38355.6117.654.31
Hex9F767901A18261641236
Octal23716617103230465442266
Binary10011111111011011110010110101100010011010110010010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,118,121); }

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

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

 a { background-color: rgb(159,118,121); }

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

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

 span { border-color: rgb(159,118,121); }

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