#996F6F

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

Shades of Copper Rose #996F6F

Tints of Copper Rose #996F6F

Color information

#996F6F (or 0x996F6F) is unknown color: approx Copper Rose. HEX triplet: 99, 6F and 6F. RGB value is (153,111,111). Sum of RGB (Red+Green+Blue) = 153+111+111=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 153 - color contains mainly: red. Hex color #996F6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996F6F is #669090. Grayscale: #7B7B7B. Windows color (decimal): -6721681 or 7303065. OLE color: 7303065.

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

Color convert

RGB153111111-
CMYK00.270.270.4
HSL17.07%51.76%-
HSV(B)27.45%60%-
XYZ21.6919.2917.62-
YUV123.56120.91149-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.8%
GREEN value IS 111 (43.75% from 255) = 29.6%
BLUE value IS 111 (43.75% from 255) = 29.6%
R=40.8%
G=29.6%
B=29.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311111100.270.270.4017.0751.76
Hex996F6F01B1B2801134
Octal231157157033335002164
Binary100110011101111110111101101111011101000010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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