#C69806

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

Shades of Buddha Gold #C69806

Tints of Buddha Gold #C69806

Color information

#C69806 (or 0xC69806) is unknown color: approx Buddha Gold. HEX triplet: C6, 98 and 06. RGB value is (198,152,6). Sum of RGB (Red+Green+Blue) = 198+152+6=356 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.62% from 356); Green value is 152 (59.77% from 255 or 42.70% from 356); Blue value is 6 (2.73% from 255 or 1.69% from 356); Max value from RGB is 198 - color contains mainly: red. Hex color #C69806 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69806 is #3967F9. Grayscale: #959595. Windows color (decimal): -3762170 or 432326. OLE color: 432326.

HSL color Cylindrical-coordinate representation of color #C69806: hue angle of 45.62º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C69806 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB1981526-
CMYK00.230.970.22
HSL45.62º94.12%40%-
HSV(B)45.62º96.97%77.65%-
XYZ34.5534.485.01-
YUV149.1147.24162.87-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 55.62%
GREEN value IS 152 (59.77% from 255) = 42.70%
BLUE value IS 6 (2.73% from 255) = 1.69%
R=55.62%
G=42.70%
B=1.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.97
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198152600.230.970.2245.6294.1240
HexC698601761162e5e28
Octal3062306027141265613650
Binary11000110100110001100101111100001101101011101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69806; }

 p { color: rgb(198,152,6); }

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

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

 a { background-color: rgb(198,152,6); }

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

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

 span { border-color: rgb(198,152,6); }

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