#C6B235

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

Shades of Old Gold #C6B235

Tints of Old Gold #C6B235

Color information

#C6B235 (or 0xC6B235) is unknown color: approx Old Gold. HEX triplet: C6, B2 and 35. RGB value is (198,178,53). Sum of RGB (Red+Green+Blue) = 198+178+53=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 53 (21.09% from 255 or 12.35% from 429); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B235 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6B235 is #394DCA. Grayscale: #AAAAAA. Windows color (decimal): -3755467 or 3519174. OLE color: 3519174.

HSL color Cylindrical-coordinate representation of color #C6B235: hue angle of 51.72º degrees, saturation: 0.58, 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 #C6B235 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB19817853-
CMYK00.100.730.22
HSL51.72º57.77%49.22%-
HSV(B)51.72º73.23%77.65%-
XYZ39.8544.19.78-
YUV169.7362.13148.16-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.15%
GREEN value IS 178 (69.92% from 255) = 41.49%
BLUE value IS 53 (21.09% from 255) = 12.35%
R=46.15%
G=41.49%
B=12.35%

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
Decimal1981785300.100.730.2251.7257.7749.22
HexC6B2350A4916343a31
Octal3062626501211126647261
Binary110001101011001011010101010100100110110110100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B235; }

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

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

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

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

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

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

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

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