#C6A61A

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

Shades of Buddha Gold #C6A61A

Tints of Buddha Gold #C6A61A

Color information

#C6A61A (or 0xC6A61A) is unknown color: approx Buddha Gold. HEX triplet: C6, A6 and 1A. RGB value is (198,166,26). Sum of RGB (Red+Green+Blue) = 198+166+26=390 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.77% from 390); Green value is 166 (65.23% from 255 or 42.56% from 390); Blue value is 26 (10.55% from 255 or 6.67% from 390); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A61A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A61A is #3959E5. Grayscale: #A0A0A0. Windows color (decimal): -3758566 or 1746630. OLE color: 1746630.

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

Color convert

RGB19816626-
CMYK00.160.870.22
HSL48.84º76.79%43.92%-
HSV(B)48.84º86.87%77.65%-
XYZ37.1139.356.62-
YUV159.6152.6155.38-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.77%
GREEN value IS 166 (65.23% from 255) = 42.56%
BLUE value IS 26 (10.55% from 255) = 6.67%
R=50.77%
G=42.56%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981662600.160.870.2248.8476.7943.92
HexC6A61A0105716314d2c
Octal30624632020127266111554
Binary1100011010100110110100100001010111101101100011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A61A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A61A; }

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

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

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

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

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

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

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

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