Html Css Color HEX #6D3D33 Metallic Copper

📋 copy color: '#6D3D33'

red 109 ◦ green 61 ◦ blue 51

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

Shades of Metallic Copper #6D3D33

Tints of Metallic Copper #6D3D33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 23.08%

R = 49.32%
G = 27.6%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.57

RGB Variations

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

Color information

#6D3D33 (or 0x6D3D33) is known color: Metallic Copper. HEX triplet: 6D, 3D and 33. RGB value is (109,61,51). Sum of RGB (Red+Green+Blue) = 109+61+51=221 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.32% from 221); Green value is 61 (24.22% from 255 or 27.60% from 221); Blue value is 51 (20.31% from 255 or 23.08% from 221); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3D33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3D33 is #92C2CC. Grayscale: #4A4A4A. Windows color (decimal): -9618125 or 3358061. OLE color: 3358061.

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

Color convert

RGB 109 61 51 -
CMYK 0 0.44 0.53 0.57
HSL 10.34º 0.36% 0.31% -
HSV(B) 10.34º 0.53% 0.43% -
XYZ 8.57 6.83 4 -
YUV 74.21 114.9 152.81 -
System Red Green Blue C M Y K H S L
Decimal 109 61 51 0 0.44 0.53 0.57 10.34 0.36 0.31
Hex 6D 3D 33 0 2C 35 39 A 24 1F
Octal 155 75 63 0 54 65 71 12 44 37
Binary 1101101 111101 110011 0 101100 110101 111001 1010 100100 11111

Color Harmonies of #6D3D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3D33

Black with #6D3D33

Text Example


Text Example

White with #6D3D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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