#996B6B

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

Shades of Copper Rose #996B6B

Tints of Copper Rose #996B6B

Color information

#996B6B (or 0x996B6B) is unknown color: approx Copper Rose. HEX triplet: 99, 6B and 6B. RGB value is (153,107,107). Sum of RGB (Red+Green+Blue) = 153+107+107=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 153 - color contains mainly: red. Hex color #996B6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996B6B is #669494. Grayscale: #787878. Windows color (decimal): -6722709 or 7039897. OLE color: 7039897.

HSL color Cylindrical-coordinate representation of color #996B6B: hue angle of 0º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #996B6B is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB153107107-
CMYK00.300.300.4
HSL18.4%50.98%-
HSV(B)30.07%60%-
XYZ21.0518.3516.34-
YUV120.75120.24151-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.69%
GREEN value IS 107 (42.19% from 255) = 29.16%
BLUE value IS 107 (42.19% from 255) = 29.16%
R=41.69%
G=29.16%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310710700.300.300.4018.450.98
Hex996B6B01E1E2801233
Octal231153153036365002263
Binary100110011101011110101101111011110101000010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,107,107); }

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

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

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

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

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

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

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