#C6A624

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

Shades of Earls Green #C6A624

Tints of Earls Green #C6A624

Color information

#C6A624 (or 0xC6A624) is unknown color: approx Earls Green. HEX triplet: C6, A6 and 24. RGB value is (198,166,36). Sum of RGB (Red+Green+Blue) = 198+166+36=400 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.5% from 400); Green value is 166 (65.23% from 255 or 41.5% from 400); Blue value is 36 (14.45% from 255 or 9% from 400); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A624 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A624 is #3959DB. Grayscale: #A1A1A1. Windows color (decimal): -3758556 or 2401990. OLE color: 2401990.

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

Color convert

RGB19816636-
CMYK00.160.820.22
HSL48.15º69.23%45.88%-
HSV(B)48.15º81.82%77.65%-
XYZ37.2439.417.31-
YUV160.7557.6154.57-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.5%
GREEN value IS 166 (65.23% from 255) = 41.5%
BLUE value IS 36 (14.45% from 255) = 9%
R=49.5%
G=41.5%
B=9%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.82
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981663600.160.820.2248.1569.2345.88
HexC6A624010521630452e
Octal30624644020122266010556
Binary11000110101001101001000100001010010101101100001000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A624; }

 p { color: rgb(198,166,36); }

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

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

 a { background-color: rgb(198,166,36); }

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

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

 span { border-color: rgb(198,166,36); }

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