Html Css Color HEX #6D403A Metallic Copper

📋 copy color: '#6D403A'

red 109 ◦ green 64 ◦ blue 58

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

Shades of Metallic Copper #6D403A

Tints of Metallic Copper #6D403A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.71%

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

R = 47.19%
G = 27.71%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.57

RGB Variations

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

Color information

#6D403A (or 0x6D403A) is known color: Metallic Copper. HEX triplet: 6D, 40 and 3A. RGB value is (109,64,58). Sum of RGB (Red+Green+Blue) = 109+64+58=231 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.19% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 58 (23.05% from 255 or 25.11% from 231); Max value from RGB is 109 - color contains mainly: red. Hex color #6D403A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D403A is #92BFC5. Grayscale: #4C4C4C. Windows color (decimal): -9617350 or 3817581. OLE color: 3817581.

HSL color Cylindrical-coordinate representation of color #6D403A: hue angle of 7.06º 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 #6D403A is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 64 58 -
CMYK 0 0.41 0.47 0.57
HSL 7.06º 0.31% 0.33% -
HSV(B) 7.06º 0.47% 0.43% -
XYZ 8.9 7.22 4.93 -
YUV 76.77 117.41 150.99 -
System Red Green Blue C M Y K H S L
Decimal 109 64 58 0 0.41 0.47 0.57 7.06 0.31 0.33
Hex 6D 40 3A 0 29 2F 39 7 1F 21
Octal 155 100 72 0 51 57 71 7 37 41
Binary 1101101 1000000 111010 0 101001 101111 111001 111 11111 100001

Color Harmonies of #6D403A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D403A

Black with #6D403A

Text Example


Text Example

White with #6D403A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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