Html Css Color HEX #986C75 Turkish Rose

📋 copy color: '#986C75'

red 152 ◦ green 108 ◦ blue 117

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

Shades of Turkish Rose #986C75

Tints of Turkish Rose #986C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.03%

R = 40.32%
G = 28.65%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#986C75 (or 0x986C75) is known color: Turkish Rose. HEX triplet: 98, 6C and 75. RGB value is (152,108,117). Sum of RGB (Red+Green+Blue) = 152+108+117=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 108 (42.58% from 255 or 28.65% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 152 - color contains mainly: red. Hex color #986C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986C75 is #67938A. Grayscale: #7A7A7A. Windows color (decimal): -6787979 or 7695512. OLE color: 7695512.

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

Color convert

RGB 152 108 117 -
CMYK 0 0.29 0.23 0.40
HSL 347.73º 0.18% 0.51% -
HSV(B) 347.73º 0.29% 0.6% -
XYZ 21.52 18.68 19.3 -
YUV 122.18 125.08 149.27 -
System Red Green Blue C M Y K H S L
Decimal 152 108 117 0 0.29 0.23 0.40 347.73 0.18 0.51
Hex 98 6C 75 0 1D 17 28 15C 12 33
Octal 230 154 165 0 35 27 50 534 22 63
Binary 10011000 1101100 1110101 0 11101 10111 101000 101011100 10010 110011

Color Harmonies of #986C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986C75

Black with #986C75

Text Example


Text Example

White with #986C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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