Html Css Color HEX #6C5037 Old Copper

📋 copy color: '#6C5037'

red 108 ◦ green 80 ◦ blue 55

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

Shades of Old Copper #6C5037

Tints of Old Copper #6C5037

RGB

 RED value IS 108 (42.58% from 255) = 44.44%

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

 BLUE value IS 55 (21.88% from 255) = 22.63%

R = 44.44%
G = 32.92%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.49

 K value IS 0.58

RGB Variations

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

Color information

#6C5037 (or 0x6C5037) is known color: Old Copper. HEX triplet: 6C, 50 and 37. RGB value is (108,80,55). Sum of RGB (Red+Green+Blue) = 108+80+55=243 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.44% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 55 (21.88% from 255 or 22.63% from 243); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5037 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C5037 is #93AFC8. Grayscale: #555555. Windows color (decimal): -9678793 or 3625068. OLE color: 3625068.

HSL color Cylindrical-coordinate representation of color #6C5037: hue angle of 28.3º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6C5037 is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 80 55 -
CMYK 0 0.26 0.49 0.58
HSL 28.3º 0.33% 0.32% -
HSV(B) 28.3º 0.49% 0.42% -
XYZ 9.74 9.2 4.88 -
YUV 85.52 110.78 144.03 -
System Red Green Blue C M Y K H S L
Decimal 108 80 55 0 0.26 0.49 0.58 28.3 0.33 0.32
Hex 6C 50 37 0 1A 31 3A 1C 21 20
Octal 154 120 67 0 32 61 72 34 41 40
Binary 1101100 1010000 110111 0 11010 110001 111010 11100 100001 100000

Color Harmonies of #6C5037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5037

Black with #6C5037

Text Example


Text Example

White with #6C5037

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,80,55); }

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

background-color css

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

 a { background-color: rgb(108,80,55); }

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

border-color css

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

 span { border-color: rgb(108,80,55); }

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