#C6B538

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

Shades of Old Gold #C6B538

Tints of Old Gold #C6B538

Color information

#C6B538 (or 0xC6B538) is unknown color: approx Old Gold. HEX triplet: C6, B5 and 38. RGB value is (198,181,56). Sum of RGB (Red+Green+Blue) = 198+181+56=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 181 (71.09% from 255 or 41.61% from 435); Blue value is 56 (22.27% from 255 or 12.87% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B538 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B538 is #394AC7. Grayscale: #ACACAC. Windows color (decimal): -3754696 or 3716550. OLE color: 3716550.

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

Color convert

RGB19818156-
CMYK00.090.720.22
HSL52.82º55.91%49.8%-
HSV(B)52.82º71.72%77.65%-
XYZ40.5345.3410.36-
YUV171.8362.63146.66-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.52%
GREEN value IS 181 (71.09% from 255) = 41.61%
BLUE value IS 56 (22.27% from 255) = 12.87%
R=45.52%
G=41.61%
B=12.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981815600.090.720.2252.8255.9149.8
HexC6B538094816353832
Octal3062657001111026657062
Binary110001101011010111100001001100100010110110101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B538; }

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

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

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

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

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

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

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

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