Html Css Color HEX #C6533E Grenadier

📋 copy color: '#C6533E'

red 198 ◦ green 83 ◦ blue 62

#C6533E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grenadier #C6533E

Tints of Grenadier #C6533E

RGB

 RED value IS 198 (77.73% from 255) = 57.73%

 GREEN value IS 83 (32.81% from 255) = 24.2%

 BLUE value IS 62 (24.61% from 255) = 18.08%

R = 57.73%
G = 24.2%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C6533E (or 0xC6533E) is known color: 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

RGB 198 83 62 -
CMYK 0 0.58 0.69 0.22
HSL 9.26º 0.54% 0.51% -
HSV(B) 9.26º 0.69% 0.78% -
XYZ 27.25 18.54 6.7 -
YUV 114.99 98.1 187.21 -
System Red Green Blue C M Y K H S L
Decimal 198 83 62 0 0.58 0.69 0.22 9.26 0.54 0.51
Hex C6 53 3E 0 3A 45 16 9 36 33
Octal 306 123 76 0 72 105 26 11 66 63
Binary 11000110 1010011 111110 0 111010 1000101 10110 1001 110110 110011

Color Harmonies of #C6533E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6533E

Black with #C6533E

Text Example


Text Example

White with #C6533E

Text Example


Text Example

HTML Codes & Css Web 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>