#C6543D

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

Shades of Grenadier #C6543D

Tints of Grenadier #C6543D

Color information

#C6543D (or 0xC6543D) is unknown color: approx Grenadier. HEX triplet: C6, 54 and 3D. RGB value is (198,84,61). Sum of RGB (Red+Green+Blue) = 198+84+61=343 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.73% from 343); Green value is 84 (33.20% from 255 or 24.49% from 343); Blue value is 61 (24.22% from 255 or 17.78% from 343); Max value from RGB is 198 - color contains mainly: red. Hex color #C6543D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6543D is #39ABC2. Grayscale: #737373. Windows color (decimal): -3779523 or 4019398. OLE color: 4019398.

HSL color Cylindrical-coordinate representation of color #C6543D: hue angle of 10.07º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C6543D is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB1988461-
CMYK00.580.690.22
HSL10.07º54.58%50.78%-
HSV(B)10.07º69.19%77.65%-
XYZ27.318.686.58-
YUV115.4697.27186.87-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 57.73%
GREEN value IS 84 (33.20% from 255) = 24.49%
BLUE value IS 61 (24.22% from 255) = 17.78%
R=57.73%
G=24.49%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198846100.580.690.2210.0754.5850.78
HexC6543D03A4516a3733
Octal3061247507210526126763
Binary11000110101010011110101110101000101101101010110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6543D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6543D; }

 p { color: rgb(198,84,61); }

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

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

 a { background-color: rgb(198,84,61); }

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

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

 span { border-color: rgb(198,84,61); }

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