#98716E

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

Shades of Copper Rose #98716E

Tints of Copper Rose #98716E

Color information

#98716E (or 0x98716E) is unknown color: approx Copper Rose. HEX triplet: 98, 71 and 6E. RGB value is (152,113,110). Sum of RGB (Red+Green+Blue) = 152+113+110=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 152 - color contains mainly: red. Hex color #98716E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98716E is #678E91. Grayscale: #7C7C7C. Windows color (decimal): -6786706 or 7238040. OLE color: 7238040.

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

Color convert

RGB152113110-
CMYK00.260.280.40
HSL4.29º16.94%51.37%-
HSV(B)4.29º27.63%59.61%-
XYZ21.6719.6117.4-
YUV124.32119.92147.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.53%
GREEN value IS 113 (44.53% from 255) = 30.13%
BLUE value IS 110 (43.36% from 255) = 29.33%
R=40.53%
G=30.13%
B=29.33%

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
Decimal15211311000.260.280.404.2916.9451.37
Hex98716E01A1C2841133
Octal230161156032345042163
Binary10011000111000111011100110101110010100010010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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