#996A68

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

Shades of Copper Rose #996A68

Tints of Copper Rose #996A68

Color information

#996A68 (or 0x996A68) is unknown color: approx Copper Rose. HEX triplet: 99, 6A and 68. RGB value is (153,106,104). Sum of RGB (Red+Green+Blue) = 153+106+104=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 153 - color contains mainly: red. Hex color #996A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996A68 is #669597. Grayscale: #777777. Windows color (decimal): -6722968 or 6843033. OLE color: 6843033.

HSL color Cylindrical-coordinate representation of color #996A68: hue angle of 2.45º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #996A68 is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.4.

Color convert

RGB153106104-
CMYK00.310.320.4
HSL2.45º19.37%50.39%-
HSV(B)2.45º32.03%60%-
XYZ20.7918.0815.49-
YUV119.82119.07151.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.15%
GREEN value IS 106 (41.80% from 255) = 29.20%
BLUE value IS 104 (41.02% from 255) = 28.65%
R=42.15%
G=29.20%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310610400.310.320.42.4519.3750.39
Hex996A6801F202821332
Octal231152150037405022362
Binary10011001110101011010000111111000001010001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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