Html Css Color HEX #9F646A Turkish Rose

📋 copy color: '#9F646A'

red 159 ◦ green 100 ◦ blue 106

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

Shades of Turkish Rose #9F646A

Tints of Turkish Rose #9F646A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.04%

R = 43.56%
G = 27.4%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#9F646A (or 0x9F646A) is known color: Turkish Rose. HEX triplet: 9F, 64 and 6A. RGB value is (159,100,106). Sum of RGB (Red+Green+Blue) = 159+100+106=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 159 - color contains mainly: red. Hex color #9F646A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F646A is #609B95. Grayscale: #767676. Windows color (decimal): -6331286 or 6972575. OLE color: 6972575.

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

Color convert

RGB 159 100 106 -
CMYK 0 0.37 0.33 0.38
HSL 353.9º 0.24% 0.51% -
HSV(B) 353.9º 0.37% 0.62% -
XYZ 21.46 17.53 15.89 -
YUV 118.33 121.05 157.01 -
System Red Green Blue C M Y K H S L
Decimal 159 100 106 0 0.37 0.33 0.38 353.9 0.24 0.51
Hex 9F 64 6A 0 25 21 26 162 18 33
Octal 237 144 152 0 45 41 46 542 30 63
Binary 10011111 1100100 1101010 0 100101 100001 100110 101100010 11000 110011

Color Harmonies of #9F646A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F646A

Black with #9F646A

Text Example


Text Example

White with #9F646A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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