#98625f

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

Shades of Copper Rose #98625F

Tints of Copper Rose #98625F

Color information

#98625F (or 0x98625F) is unknown color: approx Copper Rose. HEX triplet: 98, 62 and 5F. RGB value is (152,98,95). Sum of RGB (Red+Green+Blue) = 152+98+95=345 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.06% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 95 (37.5% from 255 or 27.54% from 345); Max value from RGB is 152 - color contains mainly: red. Hex color #98625F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98625F is #679DA0. Grayscale: #717171. Windows color (decimal): -6790561 or 6251160. OLE color: 6251160.

HSL color Cylindrical-coordinate representation of color #98625F: hue angle of 3.16º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98625F is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB1529895-
CMYK00.360.380.40
HSL3.16º23.08%48.43%-
HSV(B)3.16º37.5%59.61%-
XYZ19.3816.2412.94-
YUV113.8117.39155.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.06%
GREEN value IS 98 (38.67% from 255) = 28.41%
BLUE value IS 95 (37.5% from 255) = 27.54%
R=44.06%
G=28.41%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152989500.360.380.403.1623.0848.43
Hex98625F024262831730
Octal230142137044465032760
Binary100110001100010101111101001001001101010001110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98625f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98625f; }

 p { color: rgb(152,98,95); }

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

<style>
 a { background-color: #98625f; }

 a { background-color: rgb(152,98,95); }

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

<style>
 span { border-color: #98625f; }

 span { border-color: rgb(152,98,95); }

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