#605039

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

Shades of Metallic Bronze #605039

Tints of Metallic Bronze #605039

Color information

#605039 (or 0x605039) is unknown color: approx Metallic Bronze. HEX triplet: 60, 50 and 39. RGB value is (96,80,57). Sum of RGB (Red+Green+Blue) = 96+80+57=233 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.20% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 57 (22.66% from 255 or 24.46% from 233); Max value from RGB is 96 - color contains mainly: red. Hex color #605039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605039 is #9FAFC6. Grayscale: #525252. Windows color (decimal): -10465223 or 3756128. OLE color: 3756128.

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

Color convert

RGB968057-
CMYK00.170.410.62
HSL35.38º25.49%30%-
HSV(B)35.38º40.62%37.65%-
XYZ8.438.525.07-
YUV82.16113.8137.87-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.20%
GREEN value IS 80 (31.64% from 255) = 34.33%
BLUE value IS 57 (22.66% from 255) = 24.46%
R=41.20%
G=34.33%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96805700.170.410.6235.3825.4930
Hex605039011293E23191e
Octal140120710215176433136
Binary110000010100001110010100011010011111101000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605039; }

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

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

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

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

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

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

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

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