#6B433A

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

Shades of Metallic Copper #6B433A

Tints of Metallic Copper #6B433A

Color information

#6B433A (or 0x6B433A) is unknown color: approx Metallic Copper. HEX triplet: 6B, 43 and 3A. RGB value is (107,67,58). Sum of RGB (Red+Green+Blue) = 107+67+58=232 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.12% from 232); Green value is 67 (26.56% from 255 or 28.88% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 107 - color contains mainly: red. Hex color #6B433A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B433A is #94BCC5. Grayscale: #4E4E4E. Windows color (decimal): -9747654 or 3818347. OLE color: 3818347.

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

Color convert

RGB1076758-
CMYK00.370.460.58
HSL11.02º29.7%32.35%-
HSV(B)11.02º45.79%41.96%-
XYZ8.837.454.97-
YUV77.93116.75148.73-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 46.12%
GREEN value IS 67 (26.56% from 255) = 28.88%
BLUE value IS 58 (23.05% from 255) = 25%
R=46.12%
G=28.88%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107675800.370.460.5811.0229.732.35
Hex6B433A0252E3Ab1e20
Octal153103720455672133640
Binary110101110000111110100100101101110111010101111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B433A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,67,58); }

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

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

 a { background-color: rgb(107,67,58); }

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

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

 span { border-color: rgb(107,67,58); }

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