Html Css Color HEX #986C71 Turkish Rose

📋 copy color: '#986C71'

red 152 ◦ green 108 ◦ blue 113

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

Shades of Turkish Rose #986C71

Tints of Turkish Rose #986C71

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.95%

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

R = 40.75%
G = 28.95%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#986C71 (or 0x986C71) is known color: Turkish Rose. HEX triplet: 98, 6C and 71. RGB value is (152,108,113). Sum of RGB (Red+Green+Blue) = 152+108+113=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 108 (42.58% from 255 or 28.95% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 152 - color contains mainly: red. Hex color #986C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986C71 is #67938E. Grayscale: #797979. Windows color (decimal): -6787983 or 7433368. OLE color: 7433368.

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

Color convert

RGB 152 108 113 -
CMYK 0 0.29 0.26 0.40
HSL 353.18º 0.18% 0.51% -
HSV(B) 353.18º 0.29% 0.6% -
XYZ 21.29 18.59 18.09 -
YUV 121.73 123.08 149.59 -
System Red Green Blue C M Y K H S L
Decimal 152 108 113 0 0.29 0.26 0.40 353.18 0.18 0.51
Hex 98 6C 71 0 1D 1A 28 161 12 33
Octal 230 154 161 0 35 32 50 541 22 63
Binary 10011000 1101100 1110001 0 11101 11010 101000 101100001 10010 110011

Color Harmonies of #986C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986C71

Black with #986C71

Text Example


Text Example

White with #986C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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