Html Css Color HEX #9F636F Turkish Rose

📋 copy color: '#9F636F'

red 159 ◦ green 99 ◦ blue 111

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

Shades of Turkish Rose #9F636F

Tints of Turkish Rose #9F636F

RGB

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

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

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

R = 43.09%
G = 26.83%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9F636F (or 0x9F636F) is known color: Turkish Rose. HEX triplet: 9F, 63 and 6F. RGB value is (159,99,111). Sum of RGB (Red+Green+Blue) = 159+99+111=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 159 - color contains mainly: red. Hex color #9F636F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F636F is #609C90. Grayscale: #767676. Windows color (decimal): -6331537 or 7299999. OLE color: 7299999.

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

Color convert

RGB 159 99 111 -
CMYK 0 0.38 0.30 0.38
HSL 348º 0.24% 0.51% -
HSV(B) 348º 0.38% 0.62% -
XYZ 21.63 17.44 17.27 -
YUV 118.31 123.88 157.02 -
System Red Green Blue C M Y K H S L
Decimal 159 99 111 0 0.38 0.30 0.38 348 0.24 0.51
Hex 9F 63 6F 0 26 1E 26 15C 18 33
Octal 237 143 157 0 46 36 46 534 30 63
Binary 10011111 1100011 1101111 0 100110 11110 100110 101011100 11000 110011

Color Harmonies of #9F636F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F636F

Black with #9F636F

Text Example


Text Example

White with #9F636F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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