Html Css Color HEX #613E37 Metallic Copper

📋 copy color: '#613E37'

red 97 ◦ green 62 ◦ blue 55

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

Shades of Metallic Copper #613E37

Tints of Metallic Copper #613E37

RGB

 RED value IS 97 (38.28% from 255) = 45.33%

 GREEN value IS 62 (24.61% from 255) = 28.97%

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

R = 45.33%
G = 28.97%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.43

 K value IS 0.62

RGB Variations

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

Color information

#613E37 (or 0x613E37) is known color: Metallic Copper. HEX triplet: 61, 3E and 37. RGB value is (97,62,55). Sum of RGB (Red+Green+Blue) = 97+62+55=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 62 (24.61% from 255 or 28.97% from 214); Blue value is 55 (21.88% from 255 or 25.70% from 214); Max value from RGB is 97 - color contains mainly: red. Hex color #613E37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613E37 is #9EC1C8. Grayscale: #474747. Windows color (decimal): -10404297 or 3620449. OLE color: 3620449.

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

Color convert

RGB 97 62 55 -
CMYK 0 0.36 0.43 0.62
HSL 10º 0.28% 0.3% -
HSV(B) 10º 0.43% 0.38% -
XYZ 7.34 6.26 4.44 -
YUV 71.67 118.6 146.07 -
System Red Green Blue C M Y K H S L
Decimal 97 62 55 0 0.36 0.43 0.62 10 0.28 0.3
Hex 61 3E 37 0 24 2B 3E A 1C 1E
Octal 141 76 67 0 44 53 76 12 34 36
Binary 1100001 111110 110111 0 100100 101011 111110 1010 11100 11110

Color Harmonies of #613E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613E37

Black with #613E37

Text Example


Text Example

White with #613E37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,62,55); }

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

background-color css

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

 a { background-color: rgb(97,62,55); }

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

border-color css

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

 span { border-color: rgb(97,62,55); }

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