#99706E

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

Shades of Copper Rose #99706E

Tints of Copper Rose #99706E

Color information

#99706E (or 0x99706E) is unknown color: approx Copper Rose. HEX triplet: 99, 70 and 6E. RGB value is (153,112,110). Sum of RGB (Red+Green+Blue) = 153+112+110=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 153 - color contains mainly: red. Hex color #99706E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99706E is #668F91. Grayscale: #7C7C7C. Windows color (decimal): -6721426 or 7237785. OLE color: 7237785.

HSL color Cylindrical-coordinate representation of color #99706E: hue angle of 2.79º 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 #99706E is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.4.

Color convert

RGB153112110-
CMYK00.270.280.4
HSL2.79º17.41%51.57%-
HSV(B)2.79º28.1%60%-
XYZ21.7519.4917.37-
YUV124.03120.08148.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.8%
GREEN value IS 112 (44.14% from 255) = 29.87%
BLUE value IS 110 (43.36% from 255) = 29.33%
R=40.8%
G=29.87%
B=29.33%

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
Decimal15311211000.270.280.42.7917.4151.57
Hex99706E01B1C2831134
Octal231160156033345032164
Binary1001100111100001101110011011111001010001110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99706E; }

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

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

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

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

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

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

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

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