Html Css Color HEX #9F6670 Turkish Rose

📋 copy color: '#9F6670'

red 159 ◦ green 102 ◦ blue 112

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

Shades of Turkish Rose #9F6670

Tints of Turkish Rose #9F6670

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.35%

 BLUE value IS 112 (44.14% from 255) = 30.03%

R = 42.63%
G = 27.35%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9F6670 (or 0x9F6670) is known color: Turkish Rose. HEX triplet: 9F, 66 and 70. RGB value is (159,102,112). Sum of RGB (Red+Green+Blue) = 159+102+112=373 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.63% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6670 is #60998F. Grayscale: #787878. Windows color (decimal): -6330768 or 7366303. OLE color: 7366303.

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

Color convert

RGB 159 102 112 -
CMYK 0 0.36 0.30 0.38
HSL 349.47º 0.23% 0.51% -
HSV(B) 349.47º 0.36% 0.62% -
XYZ 21.97 18.04 17.65 -
YUV 120.18 123.38 155.69 -
System Red Green Blue C M Y K H S L
Decimal 159 102 112 0 0.36 0.30 0.38 349.47 0.23 0.51
Hex 9F 66 70 0 24 1E 26 15D 17 33
Octal 237 146 160 0 44 36 46 535 27 63
Binary 10011111 1100110 1110000 0 100100 11110 100110 101011101 10111 110011

Color Harmonies of #9F6670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6670

Black with #9F6670

Text Example


Text Example

White with #9F6670

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,102,112); }

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

background-color css

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

 a { background-color: rgb(159,102,112); }

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

border-color css

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

 span { border-color: rgb(159,102,112); }

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