#C6B13C

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

Shades of Old Gold #C6B13C

Tints of Old Gold #C6B13C

Color information

#C6B13C (or 0xC6B13C) is unknown color: approx Old Gold. HEX triplet: C6, B1 and 3C. RGB value is (198,177,60). Sum of RGB (Red+Green+Blue) = 198+177+60=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 60 (23.83% from 255 or 13.79% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B13C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6B13C is #394EC3. Grayscale: #AAAAAA. Windows color (decimal): -3755716 or 3977670. OLE color: 3977670.

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

Color convert

RGB19817760-
CMYK00.110.700.22
HSL50.87º54.76%50.59%-
HSV(B)50.87º69.7%77.65%-
XYZ39.8343.7810.63-
YUV169.9465.96148.01-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.52%
GREEN value IS 177 (69.53% from 255) = 40.69%
BLUE value IS 60 (23.83% from 255) = 13.79%
R=45.52%
G=40.69%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981776000.110.700.2250.8754.7650.59
HexC6B13C0B4616333733
Octal3062617401310626636763
Binary110001101011000111110001011100011010110110011110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B13C; }

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

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

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

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

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

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

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

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