#683E28

Color #683E28 New Amber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Amber #683E28

Tints of New Amber #683E28

Color information

#683E28 (or 0x683E28) is unknown color: approx New Amber. HEX triplet: 68, 3E and 28. RGB value is (104,62,40). Sum of RGB (Red+Green+Blue) = 104+62+40=206 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.49% from 206); Green value is 62 (24.61% from 255 or 30.10% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 104 - color contains mainly: red. Hex color #683E28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683E28 is #97C1D7. Grayscale: #484848. Windows color (decimal): -9945560 or 2637416. OLE color: 2637416.

HSL color Cylindrical-coordinate representation of color #683E28: hue angle of 20.62º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #683E28 is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB1046240-
CMYK00.400.620.59
HSL20.62º44.44%28.24%-
HSV(B)20.62º61.54%40.78%-
XYZ7.816.542.86-
YUV72.05109.91150.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.49%
GREEN value IS 62 (24.61% from 255) = 30.10%
BLUE value IS 40 (16.02% from 255) = 19.42%
R=50.49%
G=30.10%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104624000.400.620.5920.6244.4428.24
Hex683E280283E3B152c1c
Octal15076500507673255434
Binary110100011111010100001010001111101110111010110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683E28; }

 p { color: rgb(104,62,40); }

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

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

 a { background-color: rgb(104,62,40); }

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

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

 span { border-color: rgb(104,62,40); }

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