#98706E

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

Shades of Copper Rose #98706E

Tints of Copper Rose #98706E

Color information

#98706E (or 0x98706E) is unknown color: approx Copper Rose. HEX triplet: 98, 70 and 6E. RGB value is (152,112,110). Sum of RGB (Red+Green+Blue) = 152+112+110=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 152 - color contains mainly: red. Hex color #98706E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98706E is #678F91. Grayscale: #7B7B7B. Windows color (decimal): -6786962 or 7237784. OLE color: 7237784.

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

Color convert

RGB152112110-
CMYK00.260.280.40
HSL2.86º16.94%51.37%-
HSV(B)2.86º27.63%59.61%-
XYZ21.5619.3917.36-
YUV123.73120.25148.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.64%
GREEN value IS 112 (44.14% from 255) = 29.95%
BLUE value IS 110 (43.36% from 255) = 29.41%
R=40.64%
G=29.95%
B=29.41%

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
Decimal15211211000.260.280.402.8616.9451.37
Hex98706E01A1C2831133
Octal230160156032345032163
Binary1001100011100001101110011010111001010001110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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