Html Css Color HEX #986B72 Turkish Rose

📋 copy color: '#986B72'

red 152 ◦ green 107 ◦ blue 114

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

Shades of Turkish Rose #986B72

Tints of Turkish Rose #986B72

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.69%

 BLUE value IS 114 (44.92% from 255) = 30.56%

R = 40.75%
G = 28.69%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#986B72 (or 0x986B72) is known color: Turkish Rose. HEX triplet: 98, 6B and 72. RGB value is (152,107,114). Sum of RGB (Red+Green+Blue) = 152+107+114=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 107 (42.19% from 255 or 28.69% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 152 - color contains mainly: red. Hex color #986B72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986B72 is #67948D. Grayscale: #797979. Windows color (decimal): -6788238 or 7498648. OLE color: 7498648.

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

Color convert

RGB 152 107 114 -
CMYK 0 0.30 0.25 0.40
HSL 350.67º 0.18% 0.51% -
HSV(B) 350.67º 0.3% 0.6% -
XYZ 21.24 18.41 18.35 -
YUV 121.25 123.91 149.93 -
System Red Green Blue C M Y K H S L
Decimal 152 107 114 0 0.30 0.25 0.40 350.67 0.18 0.51
Hex 98 6B 72 0 1E 19 28 15F 12 33
Octal 230 153 162 0 36 31 50 537 22 63
Binary 10011000 1101011 1110010 0 11110 11001 101000 101011111 10010 110011

Color Harmonies of #986B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986B72

Black with #986B72

Text Example


Text Example

White with #986B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,107,114); }

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

background-color css

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

 a { background-color: rgb(152,107,114); }

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

border-color css

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

 span { border-color: rgb(152,107,114); }

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