#6B3D2F

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

Shades of Metallic Copper #6B3D2F

Tints of Metallic Copper #6B3D2F

Color information

#6B3D2F (or 0x6B3D2F) is unknown color: approx Metallic Copper. HEX triplet: 6B, 3D and 2F. RGB value is (107,61,47). Sum of RGB (Red+Green+Blue) = 107+61+47=215 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.77% from 215); Green value is 61 (24.22% from 255 or 28.37% from 215); Blue value is 47 (18.75% from 255 or 21.86% from 215); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3D2F is #94C2D0. Grayscale: #494949. Windows color (decimal): -9749201 or 3095915. OLE color: 3095915.

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

Color convert

RGB1076147-
CMYK00.430.560.58
HSL14º38.96%30.2%-
HSV(B)14º56.07%41.96%-
XYZ8.256.673.54-
YUV73.16113.24152.14-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 49.77%
GREEN value IS 61 (24.22% from 255) = 28.37%
BLUE value IS 47 (18.75% from 255) = 21.86%
R=49.77%
G=28.37%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.56
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107614700.430.560.581438.9630.2
Hex6B3D2F02B383Ae271e
Octal15375570537072164736
Binary11010111111011011110101011111000111010111010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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