#683E2B

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

Shades of New Amber #683E2B

Tints of New Amber #683E2B

Color information

#683E2B (or 0x683E2B) is unknown color: approx New Amber. HEX triplet: 68, 3E and 2B. RGB value is (104,62,43). Sum of RGB (Red+Green+Blue) = 104+62+43=209 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.76% from 209); Green value is 62 (24.61% from 255 or 29.67% from 209); Blue value is 43 (17.19% from 255 or 20.57% from 209); Max value from RGB is 104 - color contains mainly: red. Hex color #683E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683E2B is #97C1D4. Grayscale: #484848. Windows color (decimal): -9945557 or 2834024. OLE color: 2834024.

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

Color convert

RGB1046243-
CMYK00.400.590.59
HSL18.69º41.5%28.82%-
HSV(B)18.69º58.65%40.78%-
XYZ7.876.563.14-
YUV72.39111.41150.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.76%
GREEN value IS 62 (24.61% from 255) = 29.67%
BLUE value IS 43 (17.19% from 255) = 20.57%
R=49.76%
G=29.67%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104624300.400.590.5918.6941.528.82
Hex683E2B0283B3B13291d
Octal15076530507373235135
Binary110100011111010101101010001110111110111001110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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