Html Css Color HEX #9F6E73 Turkish Rose

📋 copy color: '#9F6E73'

red 159 ◦ green 110 ◦ blue 115

#9F6E73
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turkish Rose #9F6E73

Tints of Turkish Rose #9F6E73

RGB

 RED value IS 159 (62.5% from 255) = 41.41%

 GREEN value IS 110 (43.36% from 255) = 28.65%

 BLUE value IS 115 (45.31% from 255) = 29.95%

R = 41.41%
G = 28.65%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9F6E73 (or 0x9F6E73) is known color: Turkish Rose. HEX triplet: 9F, 6E and 73. RGB value is (159,110,115). Sum of RGB (Red+Green+Blue) = 159+110+115=384 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.41% from 384); Green value is 110 (43.36% from 255 or 28.65% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6E73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6E73 is #60918C. Grayscale: #7D7D7D. Windows color (decimal): -6328717 or 7564959. OLE color: 7564959.

HSL color Cylindrical-coordinate representation of color #9F6E73: hue angle of 353.88º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9F6E73 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 110 115 -
CMYK 0 0.31 0.28 0.38
HSL 353.88º 0.2% 0.53% -
HSV(B) 353.88º 0.31% 0.62% -
XYZ 22.97 19.76 18.82 -
YUV 125.22 122.23 152.09 -
System Red Green Blue C M Y K H S L
Decimal 159 110 115 0 0.31 0.28 0.38 353.88 0.2 0.53
Hex 9F 6E 73 0 1F 1C 26 162 14 35
Octal 237 156 163 0 37 34 46 542 24 65
Binary 10011111 1101110 1110011 0 11111 11100 100110 101100010 10100 110101

Color Harmonies of #9F6E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6E73

Black with #9F6E73

Text Example


Text Example

White with #9F6E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,110,115); }

 H1.HeaderClassName
 {
   color: #9F6E73;
 }
 .AnyTagClassName
 {
   color: #9F6E73;
 }
</style>

background-color css

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

 a { background-color: rgb(159,110,115); }

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

border-color css

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

 span { border-color: rgb(159,110,115); }

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