Html Css Color HEX #986A72 Turkish Rose

📋 copy color: '#986A72'

red 152 ◦ green 106 ◦ blue 114

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

Shades of Turkish Rose #986A72

Tints of Turkish Rose #986A72

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.49%

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

R = 40.86%
G = 28.49%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#986A72 (or 0x986A72) is known color: Turkish Rose. HEX triplet: 98, 6A and 72. RGB value is (152,106,114). Sum of RGB (Red+Green+Blue) = 152+106+114=372 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.86% from 372); Green value is 106 (41.80% from 255 or 28.49% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 152 - color contains mainly: red. Hex color #986A72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986A72 is #67958D. Grayscale: #787878. Windows color (decimal): -6788494 or 7498392. OLE color: 7498392.

HSL color Cylindrical-coordinate representation of color #986A72: hue angle of 349.57º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #986A72 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 106 114 -
CMYK 0 0.30 0.25 0.40
HSL 349.57º 0.18% 0.51% -
HSV(B) 349.57º 0.3% 0.6% -
XYZ 21.14 18.2 18.32 -
YUV 120.67 124.24 150.35 -
System Red Green Blue C M Y K H S L
Decimal 152 106 114 0 0.30 0.25 0.40 349.57 0.18 0.51
Hex 98 6A 72 0 1E 19 28 15E 12 33
Octal 230 152 162 0 36 31 50 536 22 63
Binary 10011000 1101010 1110010 0 11110 11001 101000 101011110 10010 110011

Color Harmonies of #986A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986A72

Black with #986A72

Text Example


Text Example

White with #986A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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