Html Css Color HEX #615038 Metallic Bronze

📋 copy color: '#615038'

red 97 ◦ green 80 ◦ blue 56

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

Shades of Metallic Bronze #615038

Tints of Metallic Bronze #615038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 24.03%

R = 41.63%
G = 34.33%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.42

 K value IS 0.62

RGB Variations

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

Color information

#615038 (or 0x615038) is known color: Metallic Bronze. HEX triplet: 61, 50 and 38. RGB value is (97,80,56). Sum of RGB (Red+Green+Blue) = 97+80+56=233 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.63% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 56 (22.27% from 255 or 24.03% from 233); Max value from RGB is 97 - color contains mainly: red. Hex color #615038 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615038 is #9EAFC7. Grayscale: #525252. Windows color (decimal): -10399688 or 3690593. OLE color: 3690593.

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

Color convert

RGB 97 80 56 -
CMYK 0 0.18 0.42 0.62
HSL 35.12º 0.27% 0.3% -
HSV(B) 35.12º 0.42% 0.38% -
XYZ 8.51 8.56 4.95 -
YUV 82.35 113.13 138.45 -
System Red Green Blue C M Y K H S L
Decimal 97 80 56 0 0.18 0.42 0.62 35.12 0.27 0.3
Hex 61 50 38 0 12 2A 3E 23 1B 1E
Octal 141 120 70 0 22 52 76 43 33 36
Binary 1100001 1010000 111000 0 10010 101010 111110 100011 11011 11110

Color Harmonies of #615038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615038

Black with #615038

Text Example


Text Example

White with #615038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615038; }

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

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

background-color css

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

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

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

border-color css

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

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

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