#C6A616

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

Shades of Buddha Gold #C6A616

Tints of Buddha Gold #C6A616

Color information

#C6A616 (or 0xC6A616) is unknown color: approx Buddha Gold. HEX triplet: C6, A6 and 16. RGB value is (198,166,22). Sum of RGB (Red+Green+Blue) = 198+166+22=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 166 (65.23% from 255 or 43.01% from 386); Blue value is 22 (8.98% from 255 or 5.70% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6A616 is #3959E9. Grayscale: #9F9F9F. Windows color (decimal): -3758570 or 1484486. OLE color: 1484486.

HSL color Cylindrical-coordinate representation of color #C6A616: hue angle of 49.09º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C6A616 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB19816622-
CMYK00.160.890.22
HSL49.09º80%43.14%-
HSV(B)49.09º88.89%77.65%-
XYZ37.0739.346.4-
YUV159.1550.6155.71-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.30%
GREEN value IS 166 (65.23% from 255) = 43.01%
BLUE value IS 22 (8.98% from 255) = 5.70%
R=51.30%
G=43.01%
B=5.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.89
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981662200.160.890.2249.098043.14
HexC6A616010591631502b
Octal30624626020131266112053
Binary1100011010100110101100100001011001101101100011010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A616; }

 p { color: rgb(198,166,22); }

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

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

 a { background-color: rgb(198,166,22); }

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

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

 span { border-color: rgb(198,166,22); }

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