Html Css Color HEX #6D503A Old Copper

📋 copy color: '#6D503A'

red 109 ◦ green 80 ◦ blue 58

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

Shades of Old Copper #6D503A

Tints of Old Copper #6D503A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.39%

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

R = 44.13%
G = 32.39%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.57

RGB Variations

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

Color information

#6D503A (or 0x6D503A) is known color: Old Copper. HEX triplet: 6D, 50 and 3A. RGB value is (109,80,58). Sum of RGB (Red+Green+Blue) = 109+80+58=247 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.13% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 58 (23.05% from 255 or 23.48% from 247); Max value from RGB is 109 - color contains mainly: red. Hex color #6D503A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D503A is #92AFC5. Grayscale: #565656. Windows color (decimal): -9613254 or 3821677. OLE color: 3821677.

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

Color convert

RGB 109 80 58 -
CMYK 0 0.27 0.47 0.57
HSL 25.88º 0.31% 0.33% -
HSV(B) 25.88º 0.47% 0.43% -
XYZ 9.94 9.29 5.27 -
YUV 86.16 112.11 144.29 -
System Red Green Blue C M Y K H S L
Decimal 109 80 58 0 0.27 0.47 0.57 25.88 0.31 0.33
Hex 6D 50 3A 0 1B 2F 39 1A 1F 21
Octal 155 120 72 0 33 57 71 32 37 41
Binary 1101101 1010000 111010 0 11011 101111 111001 11010 11111 100001

Color Harmonies of #6D503A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D503A

Black with #6D503A

Text Example


Text Example

White with #6D503A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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