Html Css Color HEX #605037 Metallic Bronze

📋 copy color: '#605037'

red 96 ◦ green 80 ◦ blue 55

#605037
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Metallic Bronze #605037

Tints of Metallic Bronze #605037

RGB

 RED value IS 96 (37.89% from 255) = 41.56%

 GREEN value IS 80 (31.64% from 255) = 34.63%

 BLUE value IS 55 (21.88% from 255) = 23.81%

R = 41.56%
G = 34.63%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.43

 K value IS 0.62

RGB Variations

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

Color information

#605037 (or 0x605037) is known color: Metallic Bronze. HEX triplet: 60, 50 and 37. RGB value is (96,80,55). Sum of RGB (Red+Green+Blue) = 96+80+55=231 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.56% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 55 (21.88% from 255 or 23.81% from 231); Max value from RGB is 96 - color contains mainly: red. Hex color #605037 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605037 is #9FAFC8. Grayscale: #525252. Windows color (decimal): -10465225 or 3625056. OLE color: 3625056.

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

Color convert

RGB 96 80 55 -
CMYK 0 0.17 0.43 0.62
HSL 36.59º 0.27% 0.3% -
HSV(B) 36.59º 0.43% 0.38% -
XYZ 8.38 8.5 4.81 -
YUV 81.93 112.8 138.03 -
System Red Green Blue C M Y K H S L
Decimal 96 80 55 0 0.17 0.43 0.62 36.59 0.27 0.3
Hex 60 50 37 0 11 2B 3E 25 1B 1E
Octal 140 120 67 0 21 53 76 45 33 36
Binary 1100000 1010000 110111 0 10001 101011 111110 100101 11011 11110

Color Harmonies of #605037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605037

Black with #605037

Text Example


Text Example

White with #605037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605037; }

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

 H1.HeaderClassName
 {
   color: #605037;
 }
 .AnyTagClassName
 {
   color: #605037;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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