Html Css Color HEX #986F70 Turkish Rose

📋 copy color: '#986F70'

red 152 ◦ green 111 ◦ blue 112

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

Shades of Turkish Rose #986F70

Tints of Turkish Rose #986F70

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.6%

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

R = 40.53%
G = 29.6%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#986F70 (or 0x986F70) is known color: Turkish Rose. HEX triplet: 98, 6F and 70. RGB value is (152,111,112). Sum of RGB (Red+Green+Blue) = 152+111+112=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 152 - color contains mainly: red. Hex color #986F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986F70 is #67908F. Grayscale: #7B7B7B. Windows color (decimal): -6787216 or 7368600. OLE color: 7368600.

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

Color convert

RGB 152 111 112 -
CMYK 0 0.27 0.26 0.40
HSL 358.54º 0.17% 0.52% -
HSV(B) 358.54º 0.27% 0.6% -
XYZ 21.56 19.21 17.9 -
YUV 123.37 121.58 148.42 -
System Red Green Blue C M Y K H S L
Decimal 152 111 112 0 0.27 0.26 0.40 358.54 0.17 0.52
Hex 98 6F 70 0 1B 1A 28 167 11 34
Octal 230 157 160 0 33 32 50 547 21 64
Binary 10011000 1101111 1110000 0 11011 11010 101000 101100111 10001 110100

Color Harmonies of #986F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986F70

Black with #986F70

Text Example


Text Example

White with #986F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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