#C6533E

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

Shades of Grenadier #C6533E

Tints of Grenadier #C6533E

Color information

#C6533E (or 0xC6533E) is unknown color: approx Grenadier. HEX triplet: C6, 53 and 3E. RGB value is (198,83,62). Sum of RGB (Red+Green+Blue) = 198+83+62=343 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.73% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 62 (24.61% from 255 or 18.08% from 343); Max value from RGB is 198 - color contains mainly: red. Hex color #C6533E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6533E is #39ACC1. Grayscale: #737373. Windows color (decimal): -3779778 or 4084678. OLE color: 4084678.

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

Color convert

RGB1988362-
CMYK00.580.690.22
HSL9.26º54.4%50.98%-
HSV(B)9.26º68.69%77.65%-
XYZ27.2518.546.7-
YUV114.9998.1187.21-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 57.73%
GREEN value IS 83 (32.81% from 255) = 24.20%
BLUE value IS 62 (24.61% from 255) = 18.08%
R=57.73%
G=24.20%
B=18.08%

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
Decimal198836200.580.690.229.2654.450.98
HexC6533E03A451693633
Octal3061237607210526116663
Binary11000110101001111111001110101000101101101001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6533E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6533E; }

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

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

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

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

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

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

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

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