Html Css Color HEX #9F6C71 Turkish Rose

📋 copy color: '#9F6C71'

red 159 ◦ green 108 ◦ blue 113

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

Shades of Turkish Rose #9F6C71

Tints of Turkish Rose #9F6C71

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.42%

 BLUE value IS 113 (44.53% from 255) = 29.74%

R = 41.84%
G = 28.42%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#9F6C71 (or 0x9F6C71) is known color: Turkish Rose. HEX triplet: 9F, 6C and 71. RGB value is (159,108,113). Sum of RGB (Red+Green+Blue) = 159+108+113=380 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.84% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6C71 is #60938E. Grayscale: #7B7B7B. Windows color (decimal): -6329231 or 7433375. OLE color: 7433375.

HSL color Cylindrical-coordinate representation of color #9F6C71: hue angle of 354.12º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9F6C71 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 108 113 -
CMYK 0 0.32 0.29 0.38
HSL 354.12º 0.21% 0.52% -
HSV(B) 354.12º 0.32% 0.62% -
XYZ 22.64 19.29 18.15 -
YUV 123.82 121.9 153.09 -
System Red Green Blue C M Y K H S L
Decimal 159 108 113 0 0.32 0.29 0.38 354.12 0.21 0.52
Hex 9F 6C 71 0 20 1D 26 162 15 34
Octal 237 154 161 0 40 35 46 542 25 64
Binary 10011111 1101100 1110001 0 100000 11101 100110 101100010 10101 110100

Color Harmonies of #9F6C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6C71

Black with #9F6C71

Text Example


Text Example

White with #9F6C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,108,113); }

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

background-color css

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

 a { background-color: rgb(159,108,113); }

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

border-color css

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

 span { border-color: rgb(159,108,113); }

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