#99625F

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

Shades of Copper Rose #99625F

Tints of Copper Rose #99625F

Color information

#99625F (or 0x99625F) is unknown color: approx Copper Rose. HEX triplet: 99, 62 and 5F. RGB value is (153,98,95). Sum of RGB (Red+Green+Blue) = 153+98+95=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 95 (37.5% from 255 or 27.46% from 346); Max value from RGB is 153 - color contains mainly: red. Hex color #99625F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99625F is #669DA0. Grayscale: #727272. Windows color (decimal): -6725025 or 6251161. OLE color: 6251161.

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

Color convert

RGB1539895-
CMYK00.360.380.4
HSL3.1º23.39%48.63%-
HSV(B)3.1º37.91%60%-
XYZ19.5716.3312.95-
YUV114.1117.22155.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.22%
GREEN value IS 98 (38.67% from 255) = 28.32%
BLUE value IS 95 (37.5% from 255) = 27.46%
R=44.22%
G=28.32%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153989500.360.380.43.123.3948.63
Hex99625F024262831731
Octal231142137044465032761
Binary100110011100010101111101001001001101010001110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99625F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99625F; }

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

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

<style>
 a { background-color: #99625F; }

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

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

<style>
 span { border-color: #99625F; }

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

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