#98706D

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

Shades of Copper Rose #98706D

Tints of Copper Rose #98706D

Color information

#98706D (or 0x98706D) is unknown color: approx Copper Rose. HEX triplet: 98, 70 and 6D. RGB value is (152,112,109). Sum of RGB (Red+Green+Blue) = 152+112+109=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 152 - color contains mainly: red. Hex color #98706D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98706D is #678F92. Grayscale: #7B7B7B. Windows color (decimal): -6786963 or 7172248. OLE color: 7172248.

HSL color Cylindrical-coordinate representation of color #98706D: hue angle of 4.19º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #98706D is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB152112109-
CMYK00.260.280.40
HSL4.19º17.27%51.18%-
HSV(B)4.19º28.29%59.61%-
XYZ21.519.3717.07-
YUV123.62119.75148.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.75%
GREEN value IS 112 (44.14% from 255) = 30.03%
BLUE value IS 109 (42.97% from 255) = 29.22%
R=40.75%
G=30.03%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211210900.260.280.404.1917.2751.18
Hex98706D01A1C2841133
Octal230160155032345042163
Binary10011000111000011011010110101110010100010010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98706D; }

 p { color: rgb(152,112,109); }

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

<style>
 a { background-color: #98706D; }

 a { background-color: rgb(152,112,109); }

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

<style>
 span { border-color: #98706D; }

 span { border-color: rgb(152,112,109); }

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