Html Css Color HEX #6C4639 Metallic Copper

📋 copy color: '#6C4639'

red 108 ◦ green 70 ◦ blue 57

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

Shades of Metallic Copper #6C4639

Tints of Metallic Copper #6C4639

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.79%

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

R = 45.96%
G = 29.79%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.58

RGB Variations

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

Color information

#6C4639 (or 0x6C4639) is known color: Metallic Copper. HEX triplet: 6C, 46 and 39. RGB value is (108,70,57). Sum of RGB (Red+Green+Blue) = 108+70+57=235 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.96% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 57 (22.66% from 255 or 24.26% from 235); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4639 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4639 is #93B9C6. Grayscale: #4F4F4F. Windows color (decimal): -9681351 or 3753580. OLE color: 3753580.

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

Color convert

RGB 108 70 57 -
CMYK 0 0.35 0.47 0.58
HSL 15.29º 0.31% 0.32% -
HSV(B) 15.29º 0.47% 0.42% -
XYZ 9.11 7.86 4.91 -
YUV 79.88 115.09 148.06 -
System Red Green Blue C M Y K H S L
Decimal 108 70 57 0 0.35 0.47 0.58 15.29 0.31 0.32
Hex 6C 46 39 0 23 2F 3A F 1F 20
Octal 154 106 71 0 43 57 72 17 37 40
Binary 1101100 1000110 111001 0 100011 101111 111010 1111 11111 100000

Color Harmonies of #6C4639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4639

Black with #6C4639

Text Example


Text Example

White with #6C4639

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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