#683E2C

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

Shades of New Amber #683E2C

Tints of New Amber #683E2C

Color information

#683E2C (or 0x683E2C) is unknown color: approx New Amber. HEX triplet: 68, 3E and 2C. RGB value is (104,62,44). Sum of RGB (Red+Green+Blue) = 104+62+44=210 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.52% from 210); Green value is 62 (24.61% from 255 or 29.52% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 104 - color contains mainly: red. Hex color #683E2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683E2C is #97C1D3. Grayscale: #484848. Windows color (decimal): -9945556 or 2899560. OLE color: 2899560.

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

Color convert

RGB1046244-
CMYK00.400.580.59
HSL18º40.54%29.02%-
HSV(B)18º57.69%40.78%-
XYZ7.896.573.24-
YUV72.51111.91150.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.52%
GREEN value IS 62 (24.61% from 255) = 29.52%
BLUE value IS 44 (17.58% from 255) = 20.95%
R=49.52%
G=29.52%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104624400.400.580.591840.5429.02
Hex683E2C0283A3B12291d
Octal15076540507273225135
Binary110100011111010110001010001110101110111001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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