#C68E2B

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

Shades of Nugget #C68E2B

Tints of Nugget #C68E2B

Color information

#C68E2B (or 0xC68E2B) is unknown color: approx Nugget. HEX triplet: C6, 8E and 2B. RGB value is (198,142,43). Sum of RGB (Red+Green+Blue) = 198+142+43=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 43 (17.19% from 255 or 11.23% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C68E2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68E2B is #3971D4. Grayscale: #939393. Windows color (decimal): -3764693 or 2854598. OLE color: 2854598.

HSL color Cylindrical-coordinate representation of color #C68E2B: hue angle of 38.32º 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 #C68E2B is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB19814243-
CMYK00.280.780.22
HSL38.32º64.32%47.25%-
HSV(B)38.32º78.28%77.65%-
XYZ33.431.536.61-
YUV147.4669.05164.05-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.70%
GREEN value IS 142 (55.86% from 255) = 37.08%
BLUE value IS 43 (17.19% from 255) = 11.23%
R=51.70%
G=37.08%
B=11.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981424300.280.780.2238.3264.3247.25
HexC68E2B01C4E1626402f
Octal30621653034116264610057
Binary11000110100011101010110111001001110101101001101000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68E2B; }

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

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

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

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

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

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

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

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