#C6B236

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

Shades of Old Gold #C6B236

Tints of Old Gold #C6B236

Color information

#C6B236 (or 0xC6B236) is unknown color: approx Old Gold. HEX triplet: C6, B2 and 36. RGB value is (198,178,54). Sum of RGB (Red+Green+Blue) = 198+178+54=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 178 (69.92% from 255 or 41.40% from 430); Blue value is 54 (21.48% from 255 or 12.56% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B236 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6B236 is #394DC9. Grayscale: #AAAAAA. Windows color (decimal): -3755466 or 3584710. OLE color: 3584710.

HSL color Cylindrical-coordinate representation of color #C6B236: hue angle of 51.67º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C6B236 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB19817854-
CMYK00.100.730.22
HSL51.67º57.14%49.41%-
HSV(B)51.67º72.73%77.65%-
XYZ39.8744.119.9-
YUV169.8462.63148.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.05%
GREEN value IS 178 (69.92% from 255) = 41.40%
BLUE value IS 54 (21.48% from 255) = 12.56%
R=46.05%
G=41.40%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981785400.100.730.2251.6757.1449.41
HexC6B2360A4916343931
Octal3062626601211126647161
Binary110001101011001011011001010100100110110110100111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B236; }

 p { color: rgb(198,178,54); }

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

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

 a { background-color: rgb(198,178,54); }

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

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

 span { border-color: rgb(198,178,54); }

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