Html Css Color HEX #9F636E Turkish Rose

📋 copy color: '#9F636E'

red 159 ◦ green 99 ◦ blue 110

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

Shades of Turkish Rose #9F636E

Tints of Turkish Rose #9F636E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.9%

 BLUE value IS 110 (43.36% from 255) = 29.89%

R = 43.21%
G = 26.9%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9F636E (or 0x9F636E) is known color: Turkish Rose. HEX triplet: 9F, 63 and 6E. RGB value is (159,99,110). Sum of RGB (Red+Green+Blue) = 159+99+110=368 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.21% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 159 - color contains mainly: red. Hex color #9F636E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F636E is #609C91. Grayscale: #767676. Windows color (decimal): -6331538 or 7234463. OLE color: 7234463.

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

Color convert

RGB 159 99 110 -
CMYK 0 0.38 0.31 0.38
HSL 349º 0.24% 0.51% -
HSV(B) 349º 0.38% 0.62% -
XYZ 21.57 17.42 16.98 -
YUV 118.19 123.38 157.11 -
System Red Green Blue C M Y K H S L
Decimal 159 99 110 0 0.38 0.31 0.38 349 0.24 0.51
Hex 9F 63 6E 0 26 1F 26 15D 18 33
Octal 237 143 156 0 46 37 46 535 30 63
Binary 10011111 1100011 1101110 0 100110 11111 100110 101011101 11000 110011

Color Harmonies of #9F636E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F636E

Black with #9F636E

Text Example


Text Example

White with #9F636E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,99,110); }

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

background-color css

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

 a { background-color: rgb(159,99,110); }

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

border-color css

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

 span { border-color: rgb(159,99,110); }

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