#C6523E

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

Shades of Grenadier #C6523E

Tints of Grenadier #C6523E

Color information

#C6523E (or 0xC6523E) is unknown color: approx Grenadier. HEX triplet: C6, 52 and 3E. RGB value is (198,82,62). Sum of RGB (Red+Green+Blue) = 198+82+62=342 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.89% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 62 (24.61% from 255 or 18.13% from 342); Max value from RGB is 198 - color contains mainly: red. Hex color #C6523E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6523E is #39ADC1. Grayscale: #727272. Windows color (decimal): -3780034 or 4084422. OLE color: 4084422.

HSL color Cylindrical-coordinate representation of color #C6523E: hue angle of 8.82º degrees, saturation: 0.54, 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 #C6523E is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB1988262-
CMYK00.590.690.22
HSL8.82º54.4%50.98%-
HSV(B)8.82º68.69%77.65%-
XYZ27.1818.396.67-
YUV114.498.43187.63-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 57.89%
GREEN value IS 82 (32.42% from 255) = 23.98%
BLUE value IS 62 (24.61% from 255) = 18.13%
R=57.89%
G=23.98%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198826200.590.690.228.8254.450.98
HexC6523E03B451693633
Octal3061227607310526116663
Binary11000110101001011111001110111000101101101001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6523E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6523E; }

 p { color: rgb(198,82,62); }

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

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

 a { background-color: rgb(198,82,62); }

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

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

 span { border-color: rgb(198,82,62); }

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