Html Css Color HEX #9F6970 Turkish Rose

📋 copy color: '#9F6970'

red 159 ◦ green 105 ◦ blue 112

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

Shades of Turkish Rose #9F6970

Tints of Turkish Rose #9F6970

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.93%

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

R = 42.29%
G = 27.93%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9F6970 (or 0x9F6970) is known color: Turkish Rose. HEX triplet: 9F, 69 and 70. RGB value is (159,105,112). Sum of RGB (Red+Green+Blue) = 159+105+112=376 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.29% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6970 is #60968F. Grayscale: #797979. Windows color (decimal): -6330000 or 7367071. OLE color: 7367071.

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

Color convert

RGB 159 105 112 -
CMYK 0 0.34 0.30 0.38
HSL 352.22º 0.22% 0.52% -
HSV(B) 352.22º 0.34% 0.62% -
XYZ 22.27 18.64 17.75 -
YUV 121.94 122.39 154.43 -
System Red Green Blue C M Y K H S L
Decimal 159 105 112 0 0.34 0.30 0.38 352.22 0.22 0.52
Hex 9F 69 70 0 22 1E 26 160 16 34
Octal 237 151 160 0 42 36 46 540 26 64
Binary 10011111 1101001 1110000 0 100010 11110 100110 101100000 10110 110100

Color Harmonies of #9F6970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6970

Black with #9F6970

Text Example


Text Example

White with #9F6970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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