Html Css Color HEX #6C4139 Metallic Copper

📋 copy color: '#6C4139'

red 108 ◦ green 65 ◦ blue 57

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

Shades of Metallic Copper #6C4139

Tints of Metallic Copper #6C4139

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.26%

 BLUE value IS 57 (22.66% from 255) = 24.78%

R = 46.96%
G = 28.26%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.58

RGB Variations

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

Color information

#6C4139 (or 0x6C4139) is known color: Metallic Copper. HEX triplet: 6C, 41 and 39. RGB value is (108,65,57). Sum of RGB (Red+Green+Blue) = 108+65+57=230 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.96% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 57 (22.66% from 255 or 24.78% from 230); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4139 is #93BEC6. Grayscale: #4D4D4D. Windows color (decimal): -9682631 or 3752300. OLE color: 3752300.

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

Color convert

RGB 108 65 57 -
CMYK 0 0.40 0.47 0.58
HSL 9.41º 0.31% 0.32% -
HSV(B) 9.41º 0.47% 0.42% -
XYZ 8.81 7.26 4.81 -
YUV 76.95 116.75 150.15 -
System Red Green Blue C M Y K H S L
Decimal 108 65 57 0 0.40 0.47 0.58 9.41 0.31 0.32
Hex 6C 41 39 0 28 2F 3A 9 1F 20
Octal 154 101 71 0 50 57 72 11 37 40
Binary 1101100 1000001 111001 0 101000 101111 111010 1001 11111 100000

Color Harmonies of #6C4139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4139

Black with #6C4139

Text Example


Text Example

White with #6C4139

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,65,57); }

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

background-color css

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

 a { background-color: rgb(108,65,57); }

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

border-color css

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

 span { border-color: rgb(108,65,57); }

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