Html Css Color HEX #986B75 Turkish Rose

📋 copy color: '#986B75'

red 152 ◦ green 107 ◦ blue 117

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

Shades of Turkish Rose #986B75

Tints of Turkish Rose #986B75

RGB

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

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

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

R = 40.43%
G = 28.46%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#986B75 (or 0x986B75) is known color: Turkish Rose. HEX triplet: 98, 6B and 75. RGB value is (152,107,117). Sum of RGB (Red+Green+Blue) = 152+107+117=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 107 (42.19% from 255 or 28.46% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 152 - color contains mainly: red. Hex color #986B75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986B75 is #67948A. Grayscale: #797979. Windows color (decimal): -6788235 or 7695256. OLE color: 7695256.

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

Color convert

RGB 152 107 117 -
CMYK 0 0.30 0.23 0.40
HSL 346.67º 0.18% 0.51% -
HSV(B) 346.67º 0.3% 0.6% -
XYZ 21.42 18.48 19.27 -
YUV 121.6 125.41 149.69 -
System Red Green Blue C M Y K H S L
Decimal 152 107 117 0 0.30 0.23 0.40 346.67 0.18 0.51
Hex 98 6B 75 0 1E 17 28 15B 12 33
Octal 230 153 165 0 36 27 50 533 22 63
Binary 10011000 1101011 1110101 0 11110 10111 101000 101011011 10010 110011

Color Harmonies of #986B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986B75

Black with #986B75

Text Example


Text Example

White with #986B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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