Html Css Color HEX #6D523A Old Copper

📋 copy color: '#6D523A'

red 109 ◦ green 82 ◦ blue 58

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

Shades of Old Copper #6D523A

Tints of Old Copper #6D523A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.93%

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

R = 43.78%
G = 32.93%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.47

 K value IS 0.57

RGB Variations

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

Color information

#6D523A (or 0x6D523A) is known color: Old Copper. HEX triplet: 6D, 52 and 3A. RGB value is (109,82,58). Sum of RGB (Red+Green+Blue) = 109+82+58=249 (32% of max value = 765). Red value is 109 (42.97% from 255 or 43.78% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 109 - color contains mainly: red. Hex color #6D523A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D523A is #92ADC5. Grayscale: #575757. Windows color (decimal): -9612742 or 3822189. OLE color: 3822189.

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

Color convert

RGB 109 82 58 -
CMYK 0 0.25 0.47 0.57
HSL 28.24º 0.31% 0.33% -
HSV(B) 28.24º 0.47% 0.43% -
XYZ 10.09 9.59 5.32 -
YUV 87.34 111.45 143.45 -
System Red Green Blue C M Y K H S L
Decimal 109 82 58 0 0.25 0.47 0.57 28.24 0.31 0.33
Hex 6D 52 3A 0 19 2F 39 1C 1F 21
Octal 155 122 72 0 31 57 71 34 37 41
Binary 1101101 1010010 111010 0 11001 101111 111001 11100 11111 100001

Color Harmonies of #6D523A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D523A

Black with #6D523A

Text Example


Text Example

White with #6D523A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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