#98716D

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

Shades of Copper Rose #98716D

Tints of Copper Rose #98716D

Color information

#98716D (or 0x98716D) is unknown color: approx Copper Rose. HEX triplet: 98, 71 and 6D. RGB value is (152,113,109). Sum of RGB (Red+Green+Blue) = 152+113+109=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 152 - color contains mainly: red. Hex color #98716D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98716D is #678E92. Grayscale: #7C7C7C. Windows color (decimal): -6786707 or 7172504. OLE color: 7172504.

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

Color convert

RGB152113109-
CMYK00.260.280.40
HSL5.58º17.27%51.18%-
HSV(B)5.58º28.29%59.61%-
XYZ21.6119.5917.11-
YUV124.2119.42147.83-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.64%
GREEN value IS 113 (44.53% from 255) = 30.21%
BLUE value IS 109 (42.97% from 255) = 29.14%
R=40.64%
G=30.21%
B=29.14%

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
Decimal15211310900.260.280.405.5817.2751.18
Hex98716D01A1C2861133
Octal230161155032345062163
Binary10011000111000111011010110101110010100011010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98716D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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