#9C625F

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

Shades of Copper Rose #9C625F

Tints of Copper Rose #9C625F

Color information

#9C625F (or 0x9C625F) is unknown color: approx Copper Rose. HEX triplet: 9C, 62 and 5F. RGB value is (156,98,95). Sum of RGB (Red+Green+Blue) = 156+98+95=349 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.70% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 156 - color contains mainly: red. Hex color #9C625F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C625F is #639DA0. Grayscale: #737373. Windows color (decimal): -6528417 or 6251164. OLE color: 6251164.

HSL color Cylindrical-coordinate representation of color #9C625F: hue angle of 2.95º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9C625F is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.39.

Color convert

RGB1569895-
CMYK00.370.390.39
HSL2.95º24.3%49.22%-
HSV(B)2.95º39.1%61.18%-
XYZ20.1416.6312.97-
YUV115116.72157.24-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.70%
GREEN value IS 98 (38.67% from 255) = 28.08%
BLUE value IS 95 (37.5% from 255) = 27.22%
R=44.70%
G=28.08%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156989500.370.390.392.9524.349.22
Hex9C625F025272731831
Octal234142137045474733061
Binary100111001100010101111101001011001111001111111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C625F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C625F; }

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

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

<style>
 a { background-color: #9C625F; }

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

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

<style>
 span { border-color: #9C625F; }

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

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