#C6B13A

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

Shades of Old Gold #C6B13A

Tints of Old Gold #C6B13A

Color information

#C6B13A (or 0xC6B13A) is unknown color: approx Old Gold. HEX triplet: C6, B1 and 3A. RGB value is (198,177,58). Sum of RGB (Red+Green+Blue) = 198+177+58=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 177 (69.53% from 255 or 40.88% from 433); Blue value is 58 (23.05% from 255 or 13.39% from 433); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B13A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6B13A is #394EC5. Grayscale: #AAAAAA. Windows color (decimal): -3755718 or 3846598. OLE color: 3846598.

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

Color convert

RGB19817758-
CMYK00.110.710.22
HSL51º55.12%50.2%-
HSV(B)51º70.71%77.65%-
XYZ39.7743.7610.35-
YUV169.7164.96148.18-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.73%
GREEN value IS 177 (69.53% from 255) = 40.88%
BLUE value IS 58 (23.05% from 255) = 13.39%
R=45.73%
G=40.88%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981775800.110.710.225155.1250.2
HexC6B13A0B4716333732
Octal3062617201310726636762
Binary110001101011000111101001011100011110110110011110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B13A; }

 p { color: rgb(198,177,58); }

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

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

 a { background-color: rgb(198,177,58); }

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

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

 span { border-color: rgb(198,177,58); }

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