#9F677A

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

Shades of Turkish Rose #9F677A

Tints of Turkish Rose #9F677A

Color information

#9F677A (or 0x9F677A) is unknown color: approx Turkish Rose. HEX triplet: 9F, 67 and 7A. RGB value is (159,103,122). Sum of RGB (Red+Green+Blue) = 159+103+122=384 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.41% from 384); Green value is 103 (40.62% from 255 or 26.82% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 159 - color contains mainly: red. Hex color #9F677A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F677A is #609885. Grayscale: #797979. Windows color (decimal): -6330502 or 8021919. OLE color: 8021919.

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

Color convert

RGB159103122-
CMYK00.350.230.38
HSL339.64º22.58%51.37%-
HSV(B)339.64º35.22%62.35%-
XYZ22.6618.4820.78-
YUV121.91128.05154.46-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.41%
GREEN value IS 103 (40.62% from 255) = 26.82%
BLUE value IS 122 (48.05% from 255) = 31.77%
R=41.41%
G=26.82%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910312200.350.230.38339.6422.5851.37
Hex9F677A02317261541733
Octal23714717204327465242763
Binary100111111100111111101001000111011110011010101010010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F677A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,103,122); }

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

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

 a { background-color: rgb(159,103,122); }

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

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

 span { border-color: rgb(159,103,122); }

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