#996A6C

Color #996A6C Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #996A6C

Tints of Turkish Rose #996A6C

Color information

#996A6C (or 0x996A6C) is unknown color: approx Turkish Rose. HEX triplet: 99, 6A and 6C. RGB value is (153,106,108). Sum of RGB (Red+Green+Blue) = 153+106+108=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 106 (41.80% from 255 or 28.88% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 153 - color contains mainly: red. Hex color #996A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996A6C is #669593. Grayscale: #787878. Windows color (decimal): -6722964 or 7105177. OLE color: 7105177.

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

Color convert

RGB153106108-
CMYK00.310.290.4
HSL357.45º18.73%50.78%-
HSV(B)357.45º30.72%60%-
XYZ2118.1616.59-
YUV120.28121.07151.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.69%
GREEN value IS 106 (41.80% from 255) = 28.88%
BLUE value IS 108 (42.58% from 255) = 29.43%
R=41.69%
G=28.88%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310610800.310.290.4357.4518.7350.78
Hex996A6C01F1D281651333
Octal23115215403735505452363
Binary10011001110101011011000111111110110100010110010110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #996A6C;
 }
 .AnyTagClassName
 {
   color: #996A6C;
 }
</style>
background-color css

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

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

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

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

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

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