Html Css Color HEX #986E70 Turkish Rose

📋 copy color: '#986E70'

red 152 ◦ green 110 ◦ blue 112

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

Shades of Turkish Rose #986E70

Tints of Turkish Rose #986E70

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.41%

 BLUE value IS 112 (44.14% from 255) = 29.95%

R = 40.64%
G = 29.41%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#986E70 (or 0x986E70) is known color: Turkish Rose. HEX triplet: 98, 6E and 70. RGB value is (152,110,112). Sum of RGB (Red+Green+Blue) = 152+110+112=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 110 (43.36% from 255 or 29.41% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 152 - color contains mainly: red. Hex color #986E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986E70 is #67918F. Grayscale: #7A7A7A. Windows color (decimal): -6787472 or 7368344. OLE color: 7368344.

HSL color Cylindrical-coordinate representation of color #986E70: hue angle of 357.14º 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 #986E70 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 110 112 -
CMYK 0 0.28 0.26 0.40
HSL 357.14º 0.17% 0.51% -
HSV(B) 357.14º 0.28% 0.6% -
XYZ 21.45 19 17.87 -
YUV 122.79 121.91 148.84 -
System Red Green Blue C M Y K H S L
Decimal 152 110 112 0 0.28 0.26 0.40 357.14 0.17 0.51
Hex 98 6E 70 0 1C 1A 28 165 11 33
Octal 230 156 160 0 34 32 50 545 21 63
Binary 10011000 1101110 1110000 0 11100 11010 101000 101100101 10001 110011

Color Harmonies of #986E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986E70

Black with #986E70

Text Example


Text Example

White with #986E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,110,112); }

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

background-color css

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

 a { background-color: rgb(152,110,112); }

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

border-color css

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

 span { border-color: rgb(152,110,112); }

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