#C6BF46

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

Shades of Old Gold #C6BF46

Tints of Old Gold #C6BF46

Color information

#C6BF46 (or 0xC6BF46) is unknown color: approx Old Gold. HEX triplet: C6, BF and 46. RGB value is (198,191,70). Sum of RGB (Red+Green+Blue) = 198+191+70=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 70 (27.73% from 255 or 15.25% from 459); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BF46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BF46 is #3940B9. Grayscale: #B3B3B3. Windows color (decimal): -3752122 or 4636614. OLE color: 4636614.

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

Color convert

RGB19819170-
CMYK00.040.650.22
HSL56.72º52.89%52.55%-
HSV(B)56.72º64.65%77.65%-
XYZ43.0249.7113.12-
YUV179.366.32141.34-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.14%
GREEN value IS 191 (75% from 255) = 41.61%
BLUE value IS 70 (27.73% from 255) = 15.25%
R=43.14%
G=41.61%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981917000.040.650.2256.7252.8952.55
HexC6BF46044116393535
Octal3062771060410126716565
Binary110001101011111110001100100100000110110111001110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BF46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BF46; }

 p { color: rgb(198,191,70); }

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

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

 a { background-color: rgb(198,191,70); }

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

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

 span { border-color: rgb(198,191,70); }

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