Html Css Color HEX #9F6668 Turkish Rose

📋 copy color: '#9F6668'

red 159 ◦ green 102 ◦ blue 104

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

Shades of Turkish Rose #9F6668

Tints of Turkish Rose #9F6668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.49%

R = 43.56%
G = 27.95%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#9F6668 (or 0x9F6668) is known color: Turkish Rose. HEX triplet: 9F, 66 and 68. RGB value is (159,102,104). Sum of RGB (Red+Green+Blue) = 159+102+104=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6668 is #609997. Grayscale: #777777. Windows color (decimal): -6330776 or 6842015. OLE color: 6842015.

HSL color Cylindrical-coordinate representation of color #9F6668: hue angle of 357.89º 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 #9F6668 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 102 104 -
CMYK 0 0.36 0.35 0.38
HSL 357.89º 0.23% 0.51% -
HSV(B) 357.89º 0.36% 0.62% -
XYZ 21.55 17.87 15.41 -
YUV 119.27 119.38 156.34 -
System Red Green Blue C M Y K H S L
Decimal 159 102 104 0 0.36 0.35 0.38 357.89 0.23 0.51
Hex 9F 66 68 0 24 23 26 166 17 33
Octal 237 146 150 0 44 43 46 546 27 63
Binary 10011111 1100110 1101000 0 100100 100011 100110 101100110 10111 110011

Color Harmonies of #9F6668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6668

Black with #9F6668

Text Example


Text Example

White with #9F6668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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