Html Css Color HEX #6D453A Metallic Copper

📋 copy color: '#6D453A'

red 109 ◦ green 69 ◦ blue 58

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

Shades of Metallic Copper #6D453A

Tints of Metallic Copper #6D453A

RGB

 RED value IS 109 (42.97% from 255) = 46.19%

 GREEN value IS 69 (27.34% from 255) = 29.24%

 BLUE value IS 58 (23.05% from 255) = 24.58%

R = 46.19%
G = 29.24%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.57

RGB Variations

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

Color information

#6D453A (or 0x6D453A) is known color: Metallic Copper. HEX triplet: 6D, 45 and 3A. RGB value is (109,69,58). Sum of RGB (Red+Green+Blue) = 109+69+58=236 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.19% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 109 - color contains mainly: red. Hex color #6D453A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D453A is #92BAC5. Grayscale: #4F4F4F. Windows color (decimal): -9616070 or 3818861. OLE color: 3818861.

HSL color Cylindrical-coordinate representation of color #6D453A: hue angle of 12.94º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D453A is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 69 58 -
CMYK 0 0.37 0.47 0.57
HSL 12.94º 0.31% 0.33% -
HSV(B) 12.94º 0.47% 0.43% -
XYZ 9.2 7.81 5.03 -
YUV 79.71 115.75 148.89 -
System Red Green Blue C M Y K H S L
Decimal 109 69 58 0 0.37 0.47 0.57 12.94 0.31 0.33
Hex 6D 45 3A 0 25 2F 39 D 1F 21
Octal 155 105 72 0 45 57 71 15 37 41
Binary 1101101 1000101 111010 0 100101 101111 111001 1101 11111 100001

Color Harmonies of #6D453A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D453A

Black with #6D453A

Text Example


Text Example

White with #6D453A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D453A; }

 p { color: rgb(109,69,58); }

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

background-color css

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

 a { background-color: rgb(109,69,58); }

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

border-color css

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

 span { border-color: rgb(109,69,58); }

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