Html Css Color HEX #9F6874 Turkish Rose

📋 copy color: '#9F6874'

red 159 ◦ green 104 ◦ blue 116

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

Shades of Turkish Rose #9F6874

Tints of Turkish Rose #9F6874

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.44%

 BLUE value IS 116 (45.7% from 255) = 30.61%

R = 41.95%
G = 27.44%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#9F6874 (or 0x9F6874) is known color: Turkish Rose. HEX triplet: 9F, 68 and 74. RGB value is (159,104,116). Sum of RGB (Red+Green+Blue) = 159+104+116=379 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.95% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 116 (45.70% from 255 or 30.61% from 379); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6874 is #60978B. Grayscale: #797979. Windows color (decimal): -6330252 or 7628959. OLE color: 7628959.

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

Color convert

RGB 159 104 116 -
CMYK 0 0.35 0.27 0.38
HSL 346.91º 0.22% 0.52% -
HSV(B) 346.91º 0.35% 0.62% -
XYZ 22.4 18.53 18.92 -
YUV 121.81 124.72 154.52 -
System Red Green Blue C M Y K H S L
Decimal 159 104 116 0 0.35 0.27 0.38 346.91 0.22 0.52
Hex 9F 68 74 0 23 1B 26 15B 16 34
Octal 237 150 164 0 43 33 46 533 26 64
Binary 10011111 1101000 1110100 0 100011 11011 100110 101011011 10110 110100

Color Harmonies of #9F6874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6874

Black with #9F6874

Text Example


Text Example

White with #9F6874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,104,116); }

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

background-color css

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

 a { background-color: rgb(159,104,116); }

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

border-color css

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

 span { border-color: rgb(159,104,116); }

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