#C6B838

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

Shades of Old Gold #C6B838

Tints of Old Gold #C6B838

Color information

#C6B838 (or 0xC6B838) is unknown color: approx Old Gold. HEX triplet: C6, B8 and 38. RGB value is (198,184,56). Sum of RGB (Red+Green+Blue) = 198+184+56=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 184 (72.27% from 255 or 42.01% from 438); Blue value is 56 (22.27% from 255 or 12.79% from 438); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B838 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B838 is #3947C7. Grayscale: #AEAEAE. Windows color (decimal): -3753928 or 3717318. OLE color: 3717318.

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

Color convert

RGB19818456-
CMYK00.070.720.22
HSL54.08º55.91%49.8%-
HSV(B)54.08º71.72%77.65%-
XYZ41.1446.5710.56-
YUV173.5961.64145.41-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.21%
GREEN value IS 184 (72.27% from 255) = 42.01%
BLUE value IS 56 (22.27% from 255) = 12.79%
R=45.21%
G=42.01%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981845600.070.720.2254.0855.9149.8
HexC6B838074816363832
Octal306270700711026667062
Binary11000110101110001110000111100100010110110110111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B838; }

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

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

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

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

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

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

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

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