Html Css Color HEX #996971 Turkish Rose

📋 copy color: '#996971'

red 153 ◦ green 105 ◦ blue 113

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

Shades of Turkish Rose #996971

Tints of Turkish Rose #996971

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.3%

 BLUE value IS 113 (44.53% from 255) = 30.46%

R = 41.24%
G = 28.3%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.26

 K value IS 0.4

RGB Variations

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

Color information

#996971 (or 0x996971) is known color: Turkish Rose. HEX triplet: 99, 69 and 71. RGB value is (153,105,113). Sum of RGB (Red+Green+Blue) = 153+105+113=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #996971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996971 is #66968E. Grayscale: #787878. Windows color (decimal): -6723215 or 7432601. OLE color: 7432601.

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

Color convert

RGB 153 105 113 -
CMYK 0 0.31 0.26 0.4
HSL 350º 0.19% 0.51% -
HSV(B) 350º 0.31% 0.6% -
XYZ 21.17 18.07 17.99 -
YUV 120.26 123.9 151.35 -
System Red Green Blue C M Y K H S L
Decimal 153 105 113 0 0.31 0.26 0.4 350 0.19 0.51
Hex 99 69 71 0 1F 1A 28 15E 13 33
Octal 231 151 161 0 37 32 50 536 23 63
Binary 10011001 1101001 1110001 0 11111 11010 101000 101011110 10011 110011

Color Harmonies of #996971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996971

Black with #996971

Text Example


Text Example

White with #996971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996971; }

 p { color: rgb(153,105,113); }

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

background-color css

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

 a { background-color: rgb(153,105,113); }

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

border-color css

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

 span { border-color: rgb(153,105,113); }

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