Html Css Color HEX #996E70 Turkish Rose

📋 copy color: '#996E70'

red 153 ◦ green 110 ◦ blue 112

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

Shades of Turkish Rose #996E70

Tints of Turkish Rose #996E70

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.33%

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

R = 40.8%
G = 29.33%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#996E70 (or 0x996E70) is known color: Turkish Rose. HEX triplet: 99, 6E and 70. RGB value is (153,110,112). Sum of RGB (Red+Green+Blue) = 153+110+112=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 110 (43.36% from 255 or 29.33% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 153 - color contains mainly: red. Hex color #996E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996E70 is #66918F. Grayscale: #7B7B7B. Windows color (decimal): -6721936 or 7368345. OLE color: 7368345.

HSL color Cylindrical-coordinate representation of color #996E70: hue angle of 357.21º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #996E70 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 110 112 -
CMYK 0 0.28 0.27 0.4
HSL 357.21º 0.17% 0.52% -
HSV(B) 357.21º 0.28% 0.6% -
XYZ 21.64 19.09 17.87 -
YUV 123.09 121.75 149.34 -
System Red Green Blue C M Y K H S L
Decimal 153 110 112 0 0.28 0.27 0.4 357.21 0.17 0.52
Hex 99 6E 70 0 1C 1B 28 165 11 34
Octal 231 156 160 0 34 33 50 545 21 64
Binary 10011001 1101110 1110000 0 11100 11011 101000 101100101 10001 110100

Color Harmonies of #996E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996E70

Black with #996E70

Text Example


Text Example

White with #996E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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