#6C433E

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

Shades of Metallic Copper #6C433E

Tints of Metallic Copper #6C433E

Color information

#6C433E (or 0x6C433E) is unknown color: approx Metallic Copper. HEX triplet: 6C, 43 and 3E. RGB value is (108,67,62). Sum of RGB (Red+Green+Blue) = 108+67+62=237 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.57% from 237); Green value is 67 (26.56% from 255 or 28.27% from 237); Blue value is 62 (24.61% from 255 or 26.16% from 237); Max value from RGB is 108 - color contains mainly: red. Hex color #6C433E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C433E is #93BCC1. Grayscale: #4E4E4E. Windows color (decimal): -9682114 or 4080492. OLE color: 4080492.

HSL color Cylindrical-coordinate representation of color #6C433E: hue angle of 6.52º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6C433E is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.58.

Color convert

RGB1086762-
CMYK00.380.430.58
HSL6.52º27.06%33.33%-
HSV(B)6.52º42.59%42.35%-
XYZ9.067.555.54-
YUV78.69118.58148.91-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 45.57%
GREEN value IS 67 (26.56% from 255) = 28.27%
BLUE value IS 62 (24.61% from 255) = 26.16%
R=45.57%
G=28.27%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108676200.380.430.586.5227.0633.33
Hex6C433E0262B3A71b21
Octal15410376046537273341
Binary11011001000011111110010011010101111101011111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C433E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,67,62); }

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

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

 a { background-color: rgb(108,67,62); }

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

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

 span { border-color: rgb(108,67,62); }

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