Html Css Color HEX #6D403C Metallic Copper

📋 copy color: '#6D403C'

red 109 ◦ green 64 ◦ blue 60

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

Shades of Metallic Copper #6D403C

Tints of Metallic Copper #6D403C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 25.75%

R = 46.78%
G = 27.47%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.45

 K value IS 0.57

RGB Variations

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

Color information

#6D403C (or 0x6D403C) is known color: Metallic Copper. HEX triplet: 6D, 40 and 3C. RGB value is (109,64,60). Sum of RGB (Red+Green+Blue) = 109+64+60=233 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.78% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 109 - color contains mainly: red. Hex color #6D403C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D403C is #92BFC3. Grayscale: #4D4D4D. Windows color (decimal): -9617348 or 3948653. OLE color: 3948653.

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

Color convert

RGB 109 64 60 -
CMYK 0 0.41 0.45 0.57
HSL 4.9º 0.29% 0.33% -
HSV(B) 4.9º 0.45% 0.43% -
XYZ 8.96 7.24 5.2 -
YUV 77 118.41 150.83 -
System Red Green Blue C M Y K H S L
Decimal 109 64 60 0 0.41 0.45 0.57 4.9 0.29 0.33
Hex 6D 40 3C 0 29 2D 39 5 1D 21
Octal 155 100 74 0 51 55 71 5 35 41
Binary 1101101 1000000 111100 0 101001 101101 111001 101 11101 100001

Color Harmonies of #6D403C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D403C

Black with #6D403C

Text Example


Text Example

White with #6D403C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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