Html Css Color HEX #986A6E Turkish Rose

📋 copy color: '#986A6E'

red 152 ◦ green 106 ◦ blue 110

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

Shades of Turkish Rose #986A6E

Tints of Turkish Rose #986A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.89%

R = 41.3%
G = 28.8%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#986A6E (or 0x986A6E) is known color: Turkish Rose. HEX triplet: 98, 6A and 6E. RGB value is (152,106,110). Sum of RGB (Red+Green+Blue) = 152+106+110=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 106 (41.80% from 255 or 28.80% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 152 - color contains mainly: red. Hex color #986A6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986A6E is #679591. Grayscale: #787878. Windows color (decimal): -6788498 or 7236248. OLE color: 7236248.

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

Color convert

RGB 152 106 110 -
CMYK 0 0.30 0.28 0.40
HSL 354.78º 0.18% 0.51% -
HSV(B) 354.78º 0.3% 0.6% -
XYZ 20.92 18.11 17.14 -
YUV 120.21 122.24 150.67 -
System Red Green Blue C M Y K H S L
Decimal 152 106 110 0 0.30 0.28 0.40 354.78 0.18 0.51
Hex 98 6A 6E 0 1E 1C 28 163 12 33
Octal 230 152 156 0 36 34 50 543 22 63
Binary 10011000 1101010 1101110 0 11110 11100 101000 101100011 10010 110011

Color Harmonies of #986A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986A6E

Black with #986A6E

Text Example


Text Example

White with #986A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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