#996664

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

Shades of Copper Rose #996664

Tints of Copper Rose #996664

Color information

#996664 (or 0x996664) is unknown color: approx Copper Rose. HEX triplet: 99, 66 and 64. RGB value is (153,102,100). Sum of RGB (Red+Green+Blue) = 153+102+100=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 100 (39.45% from 255 or 28.17% from 355); Max value from RGB is 153 - color contains mainly: red. Hex color #996664 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996664 is #66999B. Grayscale: #757575. Windows color (decimal): -6723996 or 6579865. OLE color: 6579865.

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

Color convert

RGB153102100-
CMYK00.330.350.4
HSL2.26º20.95%49.61%-
HSV(B)2.26º34.64%60%-
XYZ20.1917.214.31-
YUV117.02118.4153.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.10%
GREEN value IS 102 (40.23% from 255) = 28.73%
BLUE value IS 100 (39.45% from 255) = 28.17%
R=43.10%
G=28.73%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310210000.330.350.42.2620.9549.61
Hex996664021232821532
Octal231146144041435022562
Binary100110011100110110010001000011000111010001010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996664; }

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

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

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

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

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

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

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

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