Html Css Color HEX #6C3F35 Metallic Copper

📋 copy color: '#6C3F35'

red 108 ◦ green 63 ◦ blue 53

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

Shades of Metallic Copper #6C3F35

Tints of Metallic Copper #6C3F35

RGB

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

 GREEN value IS 63 (25% from 255) = 28.13%

 BLUE value IS 53 (21.09% from 255) = 23.66%

R = 48.21%
G = 28.13%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.58

RGB Variations

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

Color information

#6C3F35 (or 0x6C3F35) is known color: Metallic Copper. HEX triplet: 6C, 3F and 35. RGB value is (108,63,53). Sum of RGB (Red+Green+Blue) = 108+63+53=224 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.21% from 224); Green value is 63 (25% from 255 or 28.12% from 224); Blue value is 53 (21.09% from 255 or 23.66% from 224); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3F35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3F35 is #93C0CA. Grayscale: #4B4B4B. Windows color (decimal): -9683147 or 3489644. OLE color: 3489644.

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

Color convert

RGB 108 63 53 -
CMYK 0 0.42 0.51 0.58
HSL 10.91º 0.34% 0.32% -
HSV(B) 10.91º 0.51% 0.42% -
XYZ 8.6 7 4.27 -
YUV 75.32 115.41 151.31 -
System Red Green Blue C M Y K H S L
Decimal 108 63 53 0 0.42 0.51 0.58 10.91 0.34 0.32
Hex 6C 3F 35 0 2A 33 3A B 22 20
Octal 154 77 65 0 52 63 72 13 42 40
Binary 1101100 111111 110101 0 101010 110011 111010 1011 100010 100000

Color Harmonies of #6C3F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3F35

Black with #6C3F35

Text Example


Text Example

White with #6C3F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,63,53); }

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

background-color css

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

 a { background-color: rgb(108,63,53); }

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

border-color css

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

 span { border-color: rgb(108,63,53); }

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