#C68C21

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

Shades of Nugget #C68C21

Tints of Nugget #C68C21

Color information

#C68C21 (or 0xC68C21) is unknown color: approx Nugget. HEX triplet: C6, 8C and 21. RGB value is (198,140,33). Sum of RGB (Red+Green+Blue) = 198+140+33=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 33 (13.28% from 255 or 8.89% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C68C21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68C21 is #3973DE. Grayscale: #919191. Windows color (decimal): -3765215 or 2198726. OLE color: 2198726.

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

Color convert

RGB19814033-
CMYK00.290.830.22
HSL38.91º71.43%45.29%-
HSV(B)38.91º83.33%77.65%-
XYZ32.9430.875.66-
YUV145.1464.72165.7-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.37%
GREEN value IS 140 (55.08% from 255) = 37.74%
BLUE value IS 33 (13.28% from 255) = 8.89%
R=53.37%
G=37.74%
B=8.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.83
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981403300.290.830.2238.9171.4345.29
HexC68C2101D531627472d
Octal30621441035123264710755
Binary11000110100011001000010111011010011101101001111000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68C21; }

 p { color: rgb(198,140,33); }

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

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

 a { background-color: rgb(198,140,33); }

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

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

 span { border-color: rgb(198,140,33); }

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