Html Css Color HEX #996D71 Turkish Rose

📋 copy color: '#996D71'

red 153 ◦ green 109 ◦ blue 113

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

Shades of Turkish Rose #996D71

Tints of Turkish Rose #996D71

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.07%

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

R = 40.8%
G = 29.07%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.4

RGB Variations

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

Color information

#996D71 (or 0x996D71) is known color: Turkish Rose. HEX triplet: 99, 6D and 71. RGB value is (153,109,113). Sum of RGB (Red+Green+Blue) = 153+109+113=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 153 - color contains mainly: red. Hex color #996D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996D71 is #66928E. Grayscale: #7A7A7A. Windows color (decimal): -6722191 or 7433625. OLE color: 7433625.

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

Color convert

RGB 153 109 113 -
CMYK 0 0.29 0.26 0.4
HSL 354.55º 0.18% 0.51% -
HSV(B) 354.55º 0.29% 0.6% -
XYZ 21.59 18.9 18.13 -
YUV 122.61 122.58 149.67 -
System Red Green Blue C M Y K H S L
Decimal 153 109 113 0 0.29 0.26 0.4 354.55 0.18 0.51
Hex 99 6D 71 0 1D 1A 28 163 12 33
Octal 231 155 161 0 35 32 50 543 22 63
Binary 10011001 1101101 1110001 0 11101 11010 101000 101100011 10010 110011

Color Harmonies of #996D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996D71

Black with #996D71

Text Example


Text Example

White with #996D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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