#C6782D

Color #C6782D Bronze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze #C6782D

Tints of Bronze #C6782D

Color information

#C6782D (or 0xC6782D) is unknown color: approx Bronze. HEX triplet: C6, 78 and 2D. RGB value is (198,120,45). Sum of RGB (Red+Green+Blue) = 198+120+45=363 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.55% from 363); Green value is 120 (47.27% from 255 or 33.06% from 363); Blue value is 45 (17.97% from 255 or 12.40% from 363); Max value from RGB is 198 - color contains mainly: red. Hex color #C6782D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6782D is #3987D2. Grayscale: #878787. Windows color (decimal): -3770323 or 2980038. OLE color: 2980038.

HSL color Cylindrical-coordinate representation of color #C6782D: hue angle of 29.41º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C6782D is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB19812045-
CMYK00.390.770.22
HSL29.41º62.96%47.65%-
HSV(B)29.41º77.27%77.65%-
XYZ30.4825.635.82-
YUV134.7777.34173.1-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 54.55%
GREEN value IS 120 (47.27% from 255) = 33.06%
BLUE value IS 45 (17.97% from 255) = 12.40%
R=54.55%
G=33.06%
B=12.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981204500.390.770.2229.4162.9647.65
HexC6782D0274D161d3f30
Octal3061705504711526357760
Binary110001101111000101101010011110011011011011101111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6782D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6782D; }

 p { color: rgb(198,120,45); }

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

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

 a { background-color: rgb(198,120,45); }

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

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

 span { border-color: rgb(198,120,45); }

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