Html Css Color HEX #9F6573 Turkish Rose

📋 copy color: '#9F6573'

red 159 ◦ green 101 ◦ blue 115

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

Shades of Turkish Rose #9F6573

Tints of Turkish Rose #9F6573

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.93%

 BLUE value IS 115 (45.31% from 255) = 30.67%

R = 42.4%
G = 26.93%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9F6573 (or 0x9F6573) is known color: Turkish Rose. HEX triplet: 9F, 65 and 73. RGB value is (159,101,115). Sum of RGB (Red+Green+Blue) = 159+101+115=375 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.4% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6573 is #609A8C. Grayscale: #777777. Windows color (decimal): -6331021 or 7562655. OLE color: 7562655.

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

Color convert

RGB 159 101 115 -
CMYK 0 0.36 0.28 0.38
HSL 345.52º 0.23% 0.51% -
HSV(B) 345.52º 0.36% 0.62% -
XYZ 22.05 17.92 18.52 -
YUV 119.94 125.22 155.86 -
System Red Green Blue C M Y K H S L
Decimal 159 101 115 0 0.36 0.28 0.38 345.52 0.23 0.51
Hex 9F 65 73 0 24 1C 26 15A 17 33
Octal 237 145 163 0 44 34 46 532 27 63
Binary 10011111 1100101 1110011 0 100100 11100 100110 101011010 10111 110011

Color Harmonies of #9F6573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6573

Black with #9F6573

Text Example


Text Example

White with #9F6573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,101,115); }

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

background-color css

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

 a { background-color: rgb(159,101,115); }

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

border-color css

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

 span { border-color: rgb(159,101,115); }

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