#C68F2D

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

Shades of Nugget #C68F2D

Tints of Nugget #C68F2D

Color information

#C68F2D (or 0xC68F2D) is unknown color: approx Nugget. HEX triplet: C6, 8F and 2D. RGB value is (198,143,45). Sum of RGB (Red+Green+Blue) = 198+143+45=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 45 (17.97% from 255 or 11.66% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C68F2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68F2D is #3970D2. Grayscale: #949494. Windows color (decimal): -3764435 or 2985926. OLE color: 2985926.

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

Color convert

RGB19814345-
CMYK00.280.770.22
HSL38.43º62.96%47.65%-
HSV(B)38.43º77.27%77.65%-
XYZ33.5831.846.86-
YUV148.2769.72163.47-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.30%
GREEN value IS 143 (56.25% from 255) = 37.05%
BLUE value IS 45 (17.97% from 255) = 11.66%
R=51.30%
G=37.05%
B=11.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981434500.280.770.2238.4362.9647.65
HexC68F2D01C4D16263f30
Octal3062175503411526467760
Binary1100011010001111101101011100100110110110100110111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68F2D; }

 p { color: rgb(198,143,45); }

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

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

 a { background-color: rgb(198,143,45); }

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

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

 span { border-color: rgb(198,143,45); }

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