#C6523D

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

Shades of Grenadier #C6523D

Tints of Grenadier #C6523D

Color information

#C6523D (or 0xC6523D) is unknown color: approx Grenadier. HEX triplet: C6, 52 and 3D. RGB value is (198,82,61). Sum of RGB (Red+Green+Blue) = 198+82+61=341 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.06% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 198 - color contains mainly: red. Hex color #C6523D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6523D is #39ADC2. Grayscale: #727272. Windows color (decimal): -3780035 or 4018886. OLE color: 4018886.

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

Color convert

RGB1988261-
CMYK00.590.690.22
HSL9.2º54.58%50.78%-
HSV(B)9.2º69.19%77.65%-
XYZ27.1518.386.53-
YUV114.2997.93187.71-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 58.06%
GREEN value IS 82 (32.42% from 255) = 24.05%
BLUE value IS 61 (24.22% from 255) = 17.89%
R=58.06%
G=24.05%
B=17.89%

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
Decimal198826100.590.690.229.254.5850.78
HexC6523D03B451693733
Octal3061227507310526116763
Binary11000110101001011110101110111000101101101001110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6523D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6523D; }

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

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

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

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

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

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

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

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