#C6B53E

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

Shades of Old Gold #C6B53E

Tints of Old Gold #C6B53E

Color information

#C6B53E (or 0xC6B53E) is unknown color: approx Old Gold. HEX triplet: C6, B5 and 3E. RGB value is (198,181,62). Sum of RGB (Red+Green+Blue) = 198+181+62=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 62 (24.61% from 255 or 14.06% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B53E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B53E is #394AC1. Grayscale: #ADADAD. Windows color (decimal): -3754690 or 4109766. OLE color: 4109766.

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

Color convert

RGB19818162-
CMYK00.090.690.22
HSL52.5º54.4%50.98%-
HSV(B)52.5º68.69%77.65%-
XYZ40.6845.411.18-
YUV172.5265.63146.18-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.90%
GREEN value IS 181 (71.09% from 255) = 41.04%
BLUE value IS 62 (24.61% from 255) = 14.06%
R=44.90%
G=41.04%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981816200.090.690.2252.554.450.98
HexC6B53E094516343633
Octal3062657601110526646663
Binary110001101011010111111001001100010110110110100110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B53E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B53E; }

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

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

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

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

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

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

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

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