#99706C

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

Shades of Copper Rose #99706C

Tints of Copper Rose #99706C

Color information

#99706C (or 0x99706C) is unknown color: approx Copper Rose. HEX triplet: 99, 70 and 6C. RGB value is (153,112,108). Sum of RGB (Red+Green+Blue) = 153+112+108=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 153 - color contains mainly: red. Hex color #99706C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99706C is #668F93. Grayscale: #7B7B7B. Windows color (decimal): -6721428 or 7106713. OLE color: 7106713.

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

Color convert

RGB153112108-
CMYK00.270.290.4
HSL5.33º18.07%51.18%-
HSV(B)5.33º29.41%60%-
XYZ21.6419.4416.8-
YUV123.8119.08148.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.02%
GREEN value IS 112 (44.14% from 255) = 30.03%
BLUE value IS 108 (42.58% from 255) = 28.95%
R=41.02%
G=30.03%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311210800.270.290.45.3318.0751.18
Hex99706C01B1D2851233
Octal231160154033355052263
Binary10011001111000011011000110111110110100010110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99706C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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