Html Css Color HEX #604E37 Metallic Bronze

📋 copy color: '#604E37'

red 96 ◦ green 78 ◦ blue 55

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

Shades of Metallic Bronze #604E37

Tints of Metallic Bronze #604E37

RGB

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

 GREEN value IS 78 (30.86% from 255) = 34.06%

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

R = 41.92%
G = 34.06%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0.62

RGB Variations

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

Color information

#604E37 (or 0x604E37) is known color: Metallic Bronze. HEX triplet: 60, 4E and 37. RGB value is (96,78,55). Sum of RGB (Red+Green+Blue) = 96+78+55=229 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.92% from 229); Green value is 78 (30.86% from 255 or 34.06% from 229); Blue value is 55 (21.88% from 255 or 24.02% from 229); Max value from RGB is 96 - color contains mainly: red. Hex color #604E37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604E37 is #9FB1C8. Grayscale: #505050. Windows color (decimal): -10465737 or 3624544. OLE color: 3624544.

HSL color Cylindrical-coordinate representation of color #604E37: hue angle of 33.66º 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 #604E37 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 78 55 -
CMYK 0 0.19 0.43 0.62
HSL 33.66º 0.27% 0.3% -
HSV(B) 33.66º 0.43% 0.38% -
XYZ 8.24 8.21 4.77 -
YUV 80.76 113.46 138.87 -
System Red Green Blue C M Y K H S L
Decimal 96 78 55 0 0.19 0.43 0.62 33.66 0.27 0.3
Hex 60 4E 37 0 13 2B 3E 22 1B 1E
Octal 140 116 67 0 23 53 76 42 33 36
Binary 1100000 1001110 110111 0 10011 101011 111110 100010 11011 11110

Color Harmonies of #604E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604E37

Black with #604E37

Text Example


Text Example

White with #604E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604E37; }

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

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

background-color css

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

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

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

border-color css

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

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

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