Html Css Color HEX #996870 Turkish Rose

📋 copy color: '#996870'

red 153 ◦ green 104 ◦ blue 112

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

Shades of Turkish Rose #996870

Tints of Turkish Rose #996870

RGB

 RED value IS 153 (60.16% from 255) = 41.46%

 GREEN value IS 104 (41.02% from 255) = 28.18%

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

R = 41.46%
G = 28.18%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#996870 (or 0x996870) is known color: Turkish Rose. HEX triplet: 99, 68 and 70. RGB value is (153,104,112). Sum of RGB (Red+Green+Blue) = 153+104+112=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 153 - color contains mainly: red. Hex color #996870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996870 is #66978F. Grayscale: #777777. Windows color (decimal): -6723472 or 7366809. OLE color: 7366809.

HSL color Cylindrical-coordinate representation of color #996870: hue angle of 350.2º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #996870 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 104 112 -
CMYK 0 0.32 0.27 0.4
HSL 350.2º 0.19% 0.5% -
HSV(B) 350.2º 0.32% 0.6% -
XYZ 21.01 17.84 17.67 -
YUV 119.56 123.73 151.85 -
System Red Green Blue C M Y K H S L
Decimal 153 104 112 0 0.32 0.27 0.4 350.2 0.19 0.5
Hex 99 68 70 0 20 1B 28 15E 13 32
Octal 231 150 160 0 40 33 50 536 23 62
Binary 10011001 1101000 1110000 0 100000 11011 101000 101011110 10011 110010

Color Harmonies of #996870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996870

Black with #996870

Text Example


Text Example

White with #996870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996870; }

 p { color: rgb(153,104,112); }

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

background-color css

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

 a { background-color: rgb(153,104,112); }

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

border-color css

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

 span { border-color: rgb(153,104,112); }

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