#C68E23

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

Shades of Nugget #C68E23

Tints of Nugget #C68E23

Color information

#C68E23 (or 0xC68E23) is unknown color: approx Nugget. HEX triplet: C6, 8E and 23. RGB value is (198,142,35). Sum of RGB (Red+Green+Blue) = 198+142+35=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 142 (55.86% from 255 or 37.87% from 375); Blue value is 35 (14.06% from 255 or 9.33% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C68E23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68E23 is #3971DC. Grayscale: #939393. Windows color (decimal): -3764701 or 2330310. OLE color: 2330310.

HSL color Cylindrical-coordinate representation of color #C68E23: hue angle of 39.39º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C68E23 is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB19814235-
CMYK00.280.820.22
HSL39.39º69.96%45.69%-
HSV(B)39.39º82.32%77.65%-
XYZ33.2731.475.91-
YUV146.5565.05164.7-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.8%
GREEN value IS 142 (55.86% from 255) = 37.87%
BLUE value IS 35 (14.06% from 255) = 9.33%
R=52.8%
G=37.87%
B=9.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.82
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981423500.280.820.2239.3969.9645.69
HexC68E2301C521627462e
Octal30621643034122264710656
Binary11000110100011101000110111001010010101101001111000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68E23; }

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

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

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

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

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

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

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

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