Html Css Color HEX #986A70 Turkish Rose

📋 copy color: '#986A70'

red 152 ◦ green 106 ◦ blue 112

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

Shades of Turkish Rose #986A70

Tints of Turkish Rose #986A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.27%

R = 41.08%
G = 28.65%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#986A70 (or 0x986A70) is known color: Turkish Rose. HEX triplet: 98, 6A and 70. RGB value is (152,106,112). Sum of RGB (Red+Green+Blue) = 152+106+112=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 106 (41.80% from 255 or 28.65% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 152 - color contains mainly: red. Hex color #986A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986A70 is #67958F. Grayscale: #787878. Windows color (decimal): -6788496 or 7367320. OLE color: 7367320.

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

Color convert

RGB 152 106 112 -
CMYK 0 0.30 0.26 0.40
HSL 352.17º 0.18% 0.51% -
HSV(B) 352.17º 0.3% 0.6% -
XYZ 21.03 18.15 17.72 -
YUV 120.44 123.24 150.51 -
System Red Green Blue C M Y K H S L
Decimal 152 106 112 0 0.30 0.26 0.40 352.17 0.18 0.51
Hex 98 6A 70 0 1E 1A 28 160 12 33
Octal 230 152 160 0 36 32 50 540 22 63
Binary 10011000 1101010 1110000 0 11110 11010 101000 101100000 10010 110011

Color Harmonies of #986A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986A70

Black with #986A70

Text Example


Text Example

White with #986A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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