#6B3C2E

Color #6B3C2E Metallic Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Metallic Copper #6B3C2E

Tints of Metallic Copper #6B3C2E

Color information

#6B3C2E (or 0x6B3C2E) is unknown color: approx Metallic Copper. HEX triplet: 6B, 3C and 2E. RGB value is (107,60,46). Sum of RGB (Red+Green+Blue) = 107+60+46=213 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50.23% from 213); Green value is 60 (23.83% from 255 or 28.17% from 213); Blue value is 46 (18.36% from 255 or 21.60% from 213); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3C2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3C2E is #94C3D1. Grayscale: #484848. Windows color (decimal): -9749458 or 3030123. OLE color: 3030123.

HSL color Cylindrical-coordinate representation of color #6B3C2E: hue angle of 13.77º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6B3C2E is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.58.

Color convert

RGB1076046-
CMYK00.440.570.58
HSL13.77º39.87%30%-
HSV(B)13.77º57.01%41.96%-
XYZ8.176.553.42-
YUV72.46113.07152.64-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 50.23%
GREEN value IS 60 (23.83% from 255) = 28.17%
BLUE value IS 46 (18.36% from 255) = 21.60%
R=50.23%
G=28.17%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.57
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107604600.440.570.5813.7739.8730
Hex6B3C2E02C393Ae281e
Octal15374560547172165036
Binary11010111111001011100101100111001111010111010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,60,46); }

 H1.HeaderClassName
 {
   color: #6B3C2E;
 }
 .AnyTagClassName
 {
   color: #6B3C2E;
 }
</style>
background-color css

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

 a { background-color: rgb(107,60,46); }

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

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

 span { border-color: rgb(107,60,46); }

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