#605038

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

Shades of Metallic Bronze #605038

Tints of Metallic Bronze #605038

Color information

#605038 (or 0x605038) is unknown color: approx Metallic Bronze. HEX triplet: 60, 50 and 38. RGB value is (96,80,56). Sum of RGB (Red+Green+Blue) = 96+80+56=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 56 (22.27% from 255 or 24.14% from 232); Max value from RGB is 96 - color contains mainly: red. Hex color #605038 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605038 is #9FAFC7. Grayscale: #525252. Windows color (decimal): -10465224 or 3690592. OLE color: 3690592.

HSL color Cylindrical-coordinate representation of color #605038: hue angle of 36º degrees, saturation: 0.26, 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 #605038 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.62.

Color convert

RGB968056-
CMYK00.170.420.62
HSL36º26.32%29.8%-
HSV(B)36º41.67%37.65%-
XYZ8.418.514.94-
YUV82.05113.3137.95-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.38%
GREEN value IS 80 (31.64% from 255) = 34.48%
BLUE value IS 56 (22.27% from 255) = 24.14%
R=41.38%
G=34.48%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96805600.170.420.623626.3229.8
Hex6050380112A3E241a1e
Octal140120700215276443236
Binary110000010100001110000100011010101111101001001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605038; }

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

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

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

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

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

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

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

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