Html Css Color HEX #986D71 Turkish Rose

📋 copy color: '#986D71'

red 152 ◦ green 109 ◦ blue 113

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

Shades of Turkish Rose #986D71

Tints of Turkish Rose #986D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 30.21%

R = 40.64%
G = 29.14%
B = 30.21%

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

#986D71 (or 0x986D71) is known color: Turkish Rose. HEX triplet: 98, 6D and 71. RGB value is (152,109,113). Sum of RGB (Red+Green+Blue) = 152+109+113=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 113 (44.53% from 255 or 30.21% from 374); Max value from RGB is 152 - color contains mainly: red. Hex color #986D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986D71 is #67928E. Grayscale: #7A7A7A. Windows color (decimal): -6787727 or 7433624. OLE color: 7433624.

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

Color convert

RGB 152 109 113 -
CMYK 0 0.28 0.26 0.40
HSL 354.42º 0.17% 0.51% -
HSV(B) 354.42º 0.28% 0.6% -
XYZ 21.4 18.8 18.12 -
YUV 122.31 122.75 149.17 -
System Red Green Blue C M Y K H S L
Decimal 152 109 113 0 0.28 0.26 0.40 354.42 0.17 0.51
Hex 98 6D 71 0 1C 1A 28 162 11 33
Octal 230 155 161 0 34 32 50 542 21 63
Binary 10011000 1101101 1110001 0 11100 11010 101000 101100010 10001 110011

Color Harmonies of #986D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986D71

Black with #986D71

Text Example


Text Example

White with #986D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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