#C6962B

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

Shades of Nugget #C6962B

Tints of Nugget #C6962B

Color information

#C6962B (or 0xC6962B) is unknown color: approx Nugget. HEX triplet: C6, 96 and 2B. RGB value is (198,150,43). Sum of RGB (Red+Green+Blue) = 198+150+43=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 43 (17.19% from 255 or 11.00% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C6962B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6962B is #3969D4. Grayscale: #989898. Windows color (decimal): -3762645 or 2856646. OLE color: 2856646.

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

Color convert

RGB19815043-
CMYK00.240.780.22
HSL41.42º64.32%47.25%-
HSV(B)41.42º78.28%77.65%-
XYZ34.6333.997.02-
YUV152.1566.4160.7-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.64%
GREEN value IS 150 (58.98% from 255) = 38.36%
BLUE value IS 43 (17.19% from 255) = 11.00%
R=50.64%
G=38.36%
B=11.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981504300.240.780.2241.4264.3247.25
HexC6962B0184E1629402f
Octal30622653030116265110057
Binary11000110100101101010110110001001110101101010011000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6962B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6962B; }

 p { color: rgb(198,150,43); }

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

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

 a { background-color: rgb(198,150,43); }

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

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

 span { border-color: rgb(198,150,43); }

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