#C6A031

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

Shades of Nugget #C6A031

Tints of Nugget #C6A031

Color information

#C6A031 (or 0xC6A031) is unknown color: approx Nugget. HEX triplet: C6, A0 and 31. RGB value is (198,160,49). Sum of RGB (Red+Green+Blue) = 198+160+49=407 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.65% from 407); Green value is 160 (62.89% from 255 or 39.31% from 407); Blue value is 49 (19.53% from 255 or 12.04% from 407); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A031 is #395FCE. Grayscale: #9F9F9F. Windows color (decimal): -3760079 or 3252422. OLE color: 3252422.

HSL color Cylindrical-coordinate representation of color #C6A031: hue angle of 44.7º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C6A031 is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB19816049-
CMYK00.190.750.22
HSL44.7º60.32%48.43%-
HSV(B)44.7º75.25%77.65%-
XYZ36.4137.378.2-
YUV158.7166.09156.03-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.65%
GREEN value IS 160 (62.89% from 255) = 39.31%
BLUE value IS 49 (19.53% from 255) = 12.04%
R=48.65%
G=39.31%
B=12.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981604900.190.750.2244.760.3248.43
HexC6A0310134B162d3c30
Octal3062406102311326557460
Binary1100011010100000110001010011100101110110101101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A031; }

 p { color: rgb(198,160,49); }

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

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

 a { background-color: rgb(198,160,49); }

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

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

 span { border-color: rgb(198,160,49); }

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