Html Css Color HEX #986D79 Turkish Rose

📋 copy color: '#986D79'

red 152 ◦ green 109 ◦ blue 121

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

Shades of Turkish Rose #986D79

Tints of Turkish Rose #986D79

RGB

 RED value IS 152 (59.77% from 255) = 39.79%

 GREEN value IS 109 (42.97% from 255) = 28.53%

 BLUE value IS 121 (47.66% from 255) = 31.68%

R = 39.79%
G = 28.53%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#986D79 (or 0x986D79) is known color: Turkish Rose. HEX triplet: 98, 6D and 79. RGB value is (152,109,121). Sum of RGB (Red+Green+Blue) = 152+109+121=382 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.79% from 382); Green value is 109 (42.97% from 255 or 28.53% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 152 - color contains mainly: red. Hex color #986D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986D79 is #679286. Grayscale: #7B7B7B. Windows color (decimal): -6787719 or 7957912. OLE color: 7957912.

HSL color Cylindrical-coordinate representation of color #986D79: hue angle of 343.26º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #986D79 is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 109 121 -
CMYK 0 0.28 0.20 0.40
HSL 343.26º 0.17% 0.51% -
HSV(B) 343.26º 0.28% 0.6% -
XYZ 21.87 18.99 20.6 -
YUV 123.23 126.75 148.52 -
System Red Green Blue C M Y K H S L
Decimal 152 109 121 0 0.28 0.20 0.40 343.26 0.17 0.51
Hex 98 6D 79 0 1C 14 28 157 11 33
Octal 230 155 171 0 34 24 50 527 21 63
Binary 10011000 1101101 1111001 0 11100 10100 101000 101010111 10001 110011

Color Harmonies of #986D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986D79

Black with #986D79

Text Example


Text Example

White with #986D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986D79; }

 p { color: rgb(152,109,121); }

 H1.HeaderClassName
 {
   color: #986D79;
 }
 .AnyTagClassName
 {
   color: #986D79;
 }
</style>

background-color css

<style>
 a { background-color: #986D79; }

 a { background-color: rgb(152,109,121); }

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

border-color css

<style>
 span { border-color: #986D79; }

 span { border-color: rgb(152,109,121); }

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