Html Css Color HEX #986E72 Turkish Rose

📋 copy color: '#986E72'

red 152 ◦ green 110 ◦ blue 114

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

Shades of Turkish Rose #986E72

Tints of Turkish Rose #986E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.32%

R = 40.43%
G = 29.26%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#986E72 (or 0x986E72) is known color: Turkish Rose. HEX triplet: 98, 6E and 72. RGB value is (152,110,114). Sum of RGB (Red+Green+Blue) = 152+110+114=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 110 (43.36% from 255 or 29.26% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 152 - color contains mainly: red. Hex color #986E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986E72 is #67918D. Grayscale: #7B7B7B. Windows color (decimal): -6787470 or 7499416. OLE color: 7499416.

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

Color convert

RGB 152 110 114 -
CMYK 0 0.28 0.25 0.40
HSL 354.29º 0.17% 0.51% -
HSV(B) 354.29º 0.28% 0.6% -
XYZ 21.56 19.04 18.46 -
YUV 123.01 122.91 148.67 -
System Red Green Blue C M Y K H S L
Decimal 152 110 114 0 0.28 0.25 0.40 354.29 0.17 0.51
Hex 98 6E 72 0 1C 19 28 162 11 33
Octal 230 156 162 0 34 31 50 542 21 63
Binary 10011000 1101110 1110010 0 11100 11001 101000 101100010 10001 110011

Color Harmonies of #986E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986E72

Black with #986E72

Text Example


Text Example

White with #986E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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