#c6b848

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

Shades of Old Gold #C6B848

Tints of Old Gold #C6B848

Color information

#C6B848 (or 0xC6B848) is unknown color: approx Old Gold. HEX triplet: C6, B8 and 48. RGB value is (198,184,72). Sum of RGB (Red+Green+Blue) = 198+184+72=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 184 (72.27% from 255 or 40.53% from 454); Blue value is 72 (28.52% from 255 or 15.86% from 454); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B848 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B848 is #3947B7. Grayscale: #AFAFAF. Windows color (decimal): -3753912 or 4765894. OLE color: 4765894.

HSL color Cylindrical-coordinate representation of color #C6B848: hue angle of 53.33º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C6B848 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB19818472-
CMYK00.070.640.22
HSL53.33º52.5%52.94%-
HSV(B)53.33º63.64%77.65%-
XYZ41.646.7512.96-
YUV175.4269.64144.11-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.61%
GREEN value IS 184 (72.27% from 255) = 40.53%
BLUE value IS 72 (28.52% from 255) = 15.86%
R=43.61%
G=40.53%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981847200.070.640.2253.3352.552.94
HexC6B848074016353535
Octal3062701100710026656565
Binary110001101011100010010000111100000010110110101110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6b848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6b848; }

 p { color: rgb(198,184,72); }

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

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

 a { background-color: rgb(198,184,72); }

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

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

 span { border-color: rgb(198,184,72); }

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