#996F6E

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

Shades of Copper Rose #996F6E

Tints of Copper Rose #996F6E

Color information

#996F6E (or 0x996F6E) is unknown color: approx Copper Rose. HEX triplet: 99, 6F and 6E. RGB value is (153,111,110). Sum of RGB (Red+Green+Blue) = 153+111+110=374 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.91% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 153 - color contains mainly: red. Hex color #996F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996F6E is #669091. Grayscale: #7B7B7B. Windows color (decimal): -6721682 or 7237529. OLE color: 7237529.

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

Color convert

RGB153111110-
CMYK00.270.280.4
HSL1.4º17.41%51.57%-
HSV(B)1.4º28.1%60%-
XYZ21.6419.2717.33-
YUV123.44120.41149.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.91%
GREEN value IS 111 (43.75% from 255) = 29.68%
BLUE value IS 110 (43.36% from 255) = 29.41%
R=40.91%
G=29.68%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311111000.270.280.41.417.4151.57
Hex996F6E01B1C2811134
Octal231157156033345012164
Binary100110011101111110111001101111100101000110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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