#996566

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

Shades of Turkish Rose #996566

Tints of Turkish Rose #996566

Color information

#996566 (or 0x996566) is unknown color: approx Turkish Rose. HEX triplet: 99, 65 and 66. RGB value is (153,101,102). Sum of RGB (Red+Green+Blue) = 153+101+102=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 102 (40.23% from 255 or 28.65% from 356); Max value from RGB is 153 - color contains mainly: red. Hex color #996566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996566 is #669A99. Grayscale: #747474. Windows color (decimal): -6724250 or 6710681. OLE color: 6710681.

HSL color Cylindrical-coordinate representation of color #996566: hue angle of 358.85º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #996566 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB153101102-
CMYK00.340.330.4
HSL358.85º20.47%49.8%-
HSV(B)358.85º33.99%60%-
XYZ20.1917.0414.8-
YUV116.66119.73153.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.98%
GREEN value IS 101 (39.84% from 255) = 28.37%
BLUE value IS 102 (40.23% from 255) = 28.65%
R=42.98%
G=28.37%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310110200.340.330.4358.8520.4749.8
Hex99656602221281671432
Octal23114514604241505472462
Binary1001100111001011100110010001010000110100010110011110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996566; }

 p { color: rgb(153,101,102); }

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

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

 a { background-color: rgb(153,101,102); }

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

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

 span { border-color: rgb(153,101,102); }

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