#6B3B2F

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

Shades of Metallic Copper #6B3B2F

Tints of Metallic Copper #6B3B2F

Color information

#6B3B2F (or 0x6B3B2F) is unknown color: approx Metallic Copper. HEX triplet: 6B, 3B and 2F. RGB value is (107,59,47). Sum of RGB (Red+Green+Blue) = 107+59+47=213 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50.23% from 213); Green value is 59 (23.44% from 255 or 27.70% from 213); Blue value is 47 (18.75% from 255 or 22.07% from 213); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3B2F is #94C4D0. Grayscale: #484848. Windows color (decimal): -9749713 or 3095403. OLE color: 3095403.

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

Color convert

RGB1075947-
CMYK00.450.560.58
HSL12º38.96%30.2%-
HSV(B)12º56.07%41.96%-
XYZ8.146.463.51-
YUV71.98113.9152.98-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 50.23%
GREEN value IS 59 (23.44% from 255) = 27.70%
BLUE value IS 47 (18.75% from 255) = 22.07%
R=50.23%
G=27.70%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107594700.450.560.581238.9630.2
Hex6B3B2F02D383Ac271e
Octal15373570557072144736
Binary11010111110111011110101101111000111010110010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,59,47); }

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

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

 a { background-color: rgb(107,59,47); }

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

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

 span { border-color: rgb(107,59,47); }

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