Html Css Color HEX #6D3D38 Metallic Copper

📋 copy color: '#6D3D38'

red 109 ◦ green 61 ◦ blue 56

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

Shades of Metallic Copper #6D3D38

Tints of Metallic Copper #6D3D38

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.99%

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

R = 48.23%
G = 26.99%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.49

 K value IS 0.57

RGB Variations

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

Color information

#6D3D38 (or 0x6D3D38) is known color: Metallic Copper. HEX triplet: 6D, 3D and 38. RGB value is (109,61,56). Sum of RGB (Red+Green+Blue) = 109+61+56=226 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.23% from 226); Green value is 61 (24.22% from 255 or 26.99% from 226); Blue value is 56 (22.27% from 255 or 24.78% from 226); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3D38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3D38 is #92C2C7. Grayscale: #4A4A4A. Windows color (decimal): -9618120 or 3685741. OLE color: 3685741.

HSL color Cylindrical-coordinate representation of color #6D3D38: hue angle of 5.66º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6D3D38 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 61 56 -
CMYK 0 0.44 0.49 0.57
HSL 5.66º 0.32% 0.32% -
HSV(B) 5.66º 0.49% 0.43% -
XYZ 8.69 6.87 4.61 -
YUV 74.78 117.4 152.41 -
System Red Green Blue C M Y K H S L
Decimal 109 61 56 0 0.44 0.49 0.57 5.66 0.32 0.32
Hex 6D 3D 38 0 2C 31 39 6 20 20
Octal 155 75 70 0 54 61 71 6 40 40
Binary 1101101 111101 111000 0 101100 110001 111001 110 100000 100000

Color Harmonies of #6D3D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3D38

Black with #6D3D38

Text Example


Text Example

White with #6D3D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,61,56); }

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

background-color css

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

 a { background-color: rgb(109,61,56); }

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

border-color css

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

 span { border-color: rgb(109,61,56); }

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