Html Css Color HEX #996C70 Turkish Rose

📋 copy color: '#996C70'

red 153 ◦ green 108 ◦ blue 112

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

Shades of Turkish Rose #996C70

Tints of Turkish Rose #996C70

RGB

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

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

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

R = 41.02%
G = 28.95%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#996C70 (or 0x996C70) is known color: Turkish Rose. HEX triplet: 99, 6C and 70. RGB value is (153,108,112). Sum of RGB (Red+Green+Blue) = 153+108+112=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 108 (42.58% from 255 or 28.95% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 153 - color contains mainly: red. Hex color #996C70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996C70 is #66938F. Grayscale: #797979. Windows color (decimal): -6722448 or 7367833. OLE color: 7367833.

HSL color Cylindrical-coordinate representation of color #996C70: hue angle of 354.67º 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 #996C70 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 108 112 -
CMYK 0 0.29 0.27 0.4
HSL 354.67º 0.18% 0.51% -
HSV(B) 354.67º 0.29% 0.6% -
XYZ 21.42 18.67 17.8 -
YUV 121.91 122.41 150.17 -
System Red Green Blue C M Y K H S L
Decimal 153 108 112 0 0.29 0.27 0.4 354.67 0.18 0.51
Hex 99 6C 70 0 1D 1B 28 163 12 33
Octal 231 154 160 0 35 33 50 543 22 63
Binary 10011001 1101100 1110000 0 11101 11011 101000 101100011 10010 110011

Color Harmonies of #996C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996C70

Black with #996C70

Text Example


Text Example

White with #996C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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