Html Css Color HEX #9F626A Turkish Rose

📋 copy color: '#9F626A'

red 159 ◦ green 98 ◦ blue 106

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

Shades of Turkish Rose #9F626A

Tints of Turkish Rose #9F626A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27%

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

R = 43.8%
G = 27%
B = 29.2%

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

#9F626A (or 0x9F626A) is known color: Turkish Rose. HEX triplet: 9F, 62 and 6A. RGB value is (159,98,106). Sum of RGB (Red+Green+Blue) = 159+98+106=363 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.80% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 159 - color contains mainly: red. Hex color #9F626A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F626A is #609D95. Grayscale: #757575. Windows color (decimal): -6331798 or 6972063. OLE color: 6972063.

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

Color convert

RGB 159 98 106 -
CMYK 0 0.38 0.33 0.38
HSL 352.13º 0.24% 0.5% -
HSV(B) 352.13º 0.38% 0.62% -
XYZ 21.27 17.15 15.82 -
YUV 117.15 121.71 157.85 -
System Red Green Blue C M Y K H S L
Decimal 159 98 106 0 0.38 0.33 0.38 352.13 0.24 0.5
Hex 9F 62 6A 0 26 21 26 160 18 32
Octal 237 142 152 0 46 41 46 540 30 62
Binary 10011111 1100010 1101010 0 100110 100001 100110 101100000 11000 110010

Color Harmonies of #9F626A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F626A

Black with #9F626A

Text Example


Text Example

White with #9F626A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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