Html Css Color HEX #996A71 Turkish Rose

📋 copy color: '#996A71'

red 153 ◦ green 106 ◦ blue 113

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

Shades of Turkish Rose #996A71

Tints of Turkish Rose #996A71

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.49%

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

R = 41.13%
G = 28.49%
B = 30.38%

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

#996A71 (or 0x996A71) is known color: Turkish Rose. HEX triplet: 99, 6A and 71. RGB value is (153,106,113). Sum of RGB (Red+Green+Blue) = 153+106+113=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 106 (41.80% from 255 or 28.49% from 372); Blue value is 113 (44.53% from 255 or 30.38% from 372); Max value from RGB is 153 - color contains mainly: red. Hex color #996A71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996A71 is #66958E. Grayscale: #787878. Windows color (decimal): -6722959 or 7432857. OLE color: 7432857.

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

Color convert

RGB 153 106 113 -
CMYK 0 0.31 0.26 0.4
HSL 351.06º 0.19% 0.51% -
HSV(B) 351.06º 0.31% 0.6% -
XYZ 21.27 18.27 18.03 -
YUV 120.85 123.57 150.93 -
System Red Green Blue C M Y K H S L
Decimal 153 106 113 0 0.31 0.26 0.4 351.06 0.19 0.51
Hex 99 6A 71 0 1F 1A 28 15F 13 33
Octal 231 152 161 0 37 32 50 537 23 63
Binary 10011001 1101010 1110001 0 11111 11010 101000 101011111 10011 110011

Color Harmonies of #996A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996A71

Black with #996A71

Text Example


Text Example

White with #996A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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