Html Css Color HEX #986F73 Turkish Rose

📋 copy color: '#986F73'

red 152 ◦ green 111 ◦ blue 115

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

Shades of Turkish Rose #986F73

Tints of Turkish Rose #986F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.42%

R = 40.21%
G = 29.37%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#986F73 (or 0x986F73) is known color: Turkish Rose. HEX triplet: 98, 6F and 73. RGB value is (152,111,115). Sum of RGB (Red+Green+Blue) = 152+111+115=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 152 - color contains mainly: red. Hex color #986F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986F73 is #67908C. Grayscale: #7B7B7B. Windows color (decimal): -6787213 or 7565208. OLE color: 7565208.

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

Color convert

RGB 152 111 115 -
CMYK 0 0.27 0.24 0.40
HSL 354.15º 0.17% 0.52% -
HSV(B) 354.15º 0.27% 0.6% -
XYZ 21.73 19.28 18.8 -
YUV 123.72 123.08 148.17 -
System Red Green Blue C M Y K H S L
Decimal 152 111 115 0 0.27 0.24 0.40 354.15 0.17 0.52
Hex 98 6F 73 0 1B 18 28 162 11 34
Octal 230 157 163 0 33 30 50 542 21 64
Binary 10011000 1101111 1110011 0 11011 11000 101000 101100010 10001 110100

Color Harmonies of #986F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986F73

Black with #986F73

Text Example


Text Example

White with #986F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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