Html Css Color HEX #9F646F Turkish Rose

📋 copy color: '#9F646F'

red 159 ◦ green 100 ◦ blue 111

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

Shades of Turkish Rose #9F646F

Tints of Turkish Rose #9F646F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.03%

 BLUE value IS 111 (43.75% from 255) = 30%

R = 42.97%
G = 27.03%
B = 30%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9F646F (or 0x9F646F) is known color: Turkish Rose. HEX triplet: 9F, 64 and 6F. RGB value is (159,100,111). Sum of RGB (Red+Green+Blue) = 159+100+111=370 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.97% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 159 - color contains mainly: red. Hex color #9F646F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F646F is #609B90. Grayscale: #767676. Windows color (decimal): -6331281 or 7300255. OLE color: 7300255.

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

Color convert

RGB 159 100 111 -
CMYK 0 0.37 0.30 0.38
HSL 348.81º 0.24% 0.51% -
HSV(B) 348.81º 0.37% 0.62% -
XYZ 21.72 17.63 17.3 -
YUV 118.9 123.55 156.61 -
System Red Green Blue C M Y K H S L
Decimal 159 100 111 0 0.37 0.30 0.38 348.81 0.24 0.51
Hex 9F 64 6F 0 25 1E 26 15D 18 33
Octal 237 144 157 0 45 36 46 535 30 63
Binary 10011111 1100100 1101111 0 100101 11110 100110 101011101 11000 110011

Color Harmonies of #9F646F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F646F

Black with #9F646F

Text Example


Text Example

White with #9F646F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,100,111); }

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

background-color css

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

 a { background-color: rgb(159,100,111); }

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

border-color css

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

 span { border-color: rgb(159,100,111); }

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