#615038

Color #615038 Metallic Bronze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Metallic Bronze #615038

Tints of Metallic Bronze #615038

Color information

#615038 (or 0x615038) is unknown color: approx Metallic Bronze. HEX triplet: 61, 50 and 38. RGB value is (97,80,56). Sum of RGB (Red+Green+Blue) = 97+80+56=233 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.63% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 56 (22.27% from 255 or 24.03% from 233); Max value from RGB is 97 - color contains mainly: red. Hex color #615038 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615038 is #9EAFC7. Grayscale: #525252. Windows color (decimal): -10399688 or 3690593. OLE color: 3690593.

HSL color Cylindrical-coordinate representation of color #615038: hue angle of 35.12º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #615038 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.62.

Color convert

RGB978056-
CMYK00.180.420.62
HSL35.12º26.8%30%-
HSV(B)35.12º42.27%38.04%-
XYZ8.518.564.95-
YUV82.35113.13138.45-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.63%
GREEN value IS 80 (31.64% from 255) = 34.33%
BLUE value IS 56 (22.27% from 255) = 24.03%
R=41.63%
G=34.33%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97805600.180.420.6235.1226.830
Hex6150380122A3E231b1e
Octal141120700225276433336
Binary110000110100001110000100101010101111101000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615038; }

 p { color: rgb(97,80,56); }

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

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

 a { background-color: rgb(97,80,56); }

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

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

 span { border-color: rgb(97,80,56); }

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