#c6991e

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

Shades of Buddha Gold #C6991E

Tints of Buddha Gold #C6991E

Color information

#C6991E (or 0xC6991E) is unknown color: approx Buddha Gold. HEX triplet: C6, 99 and 1E. RGB value is (198,153,30). Sum of RGB (Red+Green+Blue) = 198+153+30=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 30 (12.11% from 255 or 7.87% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C6991E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6991E is #3966E1. Grayscale: #989898. Windows color (decimal): -3761890 or 2005446. OLE color: 2005446.

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

Color convert

RGB19815330-
CMYK00.230.850.22
HSL43.93º73.68%44.71%-
HSV(B)43.93º84.85%77.65%-
XYZ34.9134.886.12-
YUV152.4358.91160.5-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.97%
GREEN value IS 153 (60.16% from 255) = 40.16%
BLUE value IS 30 (12.11% from 255) = 7.87%
R=51.97%
G=40.16%
B=7.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.85
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981533000.230.850.2243.9373.6844.71
HexC6991E01755162c4a2d
Octal30623136027125265411255
Binary1100011010011001111100101111010101101101011001001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6991e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6991e; }

 p { color: rgb(198,153,30); }

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

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

 a { background-color: rgb(198,153,30); }

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

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

 span { border-color: rgb(198,153,30); }

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