Html Css Color HEX #9F636A Turkish Rose

📋 copy color: '#9F636A'

red 159 ◦ green 99 ◦ blue 106

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

Shades of Turkish Rose #9F636A

Tints of Turkish Rose #9F636A

RGB

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

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

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

R = 43.68%
G = 27.2%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#9F636A (or 0x9F636A) is known color: Turkish Rose. HEX triplet: 9F, 63 and 6A. RGB value is (159,99,106). Sum of RGB (Red+Green+Blue) = 159+99+106=364 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.68% from 364); Green value is 99 (39.06% from 255 or 27.20% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 159 - color contains mainly: red. Hex color #9F636A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F636A is #609C95. Grayscale: #757575. Windows color (decimal): -6331542 or 6972319. OLE color: 6972319.

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

Color convert

RGB 159 99 106 -
CMYK 0 0.38 0.33 0.38
HSL 353º 0.24% 0.51% -
HSV(B) 353º 0.38% 0.62% -
XYZ 21.36 17.34 15.86 -
YUV 117.74 121.38 157.43 -
System Red Green Blue C M Y K H S L
Decimal 159 99 106 0 0.38 0.33 0.38 353 0.24 0.51
Hex 9F 63 6A 0 26 21 26 161 18 33
Octal 237 143 152 0 46 41 46 541 30 63
Binary 10011111 1100011 1101010 0 100110 100001 100110 101100001 11000 110011

Color Harmonies of #9F636A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F636A

Black with #9F636A

Text Example


Text Example

White with #9F636A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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