#C6972E

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

Shades of Nugget #C6972E

Tints of Nugget #C6972E

Color information

#C6972E (or 0xC6972E) is unknown color: approx Nugget. HEX triplet: C6, 97 and 2E. RGB value is (198,151,46). Sum of RGB (Red+Green+Blue) = 198+151+46=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 46 (18.36% from 255 or 11.65% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C6972E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6972E is #3968D1. Grayscale: #999999. Windows color (decimal): -3762386 or 3053510. OLE color: 3053510.

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

Color convert

RGB19815146-
CMYK00.240.770.22
HSL41.45º62.3%47.84%-
HSV(B)41.45º76.77%77.65%-
XYZ34.8534.347.38-
YUV153.0867.57160.04-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.13%
GREEN value IS 151 (59.38% from 255) = 38.23%
BLUE value IS 46 (18.36% from 255) = 11.65%
R=50.13%
G=38.23%
B=11.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981514600.240.770.2241.4562.347.84
HexC6972E0184D16293e30
Octal3062275603011526517660
Binary1100011010010111101110011000100110110110101001111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6972E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6972E; }

 p { color: rgb(198,151,46); }

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

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

 a { background-color: rgb(198,151,46); }

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

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

 span { border-color: rgb(198,151,46); }

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