Html Css Color HEX #9F666C Turkish Rose

📋 copy color: '#9F666C'

red 159 ◦ green 102 ◦ blue 108

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

Shades of Turkish Rose #9F666C

Tints of Turkish Rose #9F666C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.27%

R = 43.09%
G = 27.64%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#9F666C (or 0x9F666C) is known color: Turkish Rose. HEX triplet: 9F, 66 and 6C. RGB value is (159,102,108). Sum of RGB (Red+Green+Blue) = 159+102+108=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 159 - color contains mainly: red. Hex color #9F666C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F666C is #609993. Grayscale: #777777. Windows color (decimal): -6330772 or 7104159. OLE color: 7104159.

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

Color convert

RGB 159 102 108 -
CMYK 0 0.36 0.32 0.38
HSL 353.68º 0.23% 0.51% -
HSV(B) 353.68º 0.36% 0.62% -
XYZ 21.76 17.96 16.51 -
YUV 119.73 121.38 156.01 -
System Red Green Blue C M Y K H S L
Decimal 159 102 108 0 0.36 0.32 0.38 353.68 0.23 0.51
Hex 9F 66 6C 0 24 20 26 162 17 33
Octal 237 146 154 0 44 40 46 542 27 63
Binary 10011111 1100110 1101100 0 100100 100000 100110 101100010 10111 110011

Color Harmonies of #9F666C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F666C

Black with #9F666C

Text Example


Text Example

White with #9F666C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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