#683F2D

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

Shades of New Amber #683F2D

Tints of New Amber #683F2D

Color information

#683F2D (or 0x683F2D) is unknown color: approx New Amber. HEX triplet: 68, 3F and 2D. RGB value is (104,63,45). Sum of RGB (Red+Green+Blue) = 104+63+45=212 (28% of max value = 765). Red value is 104 (41.02% from 255 or 49.06% from 212); Green value is 63 (25% from 255 or 29.72% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 104 - color contains mainly: red. Hex color #683F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683F2D is #97C0D2. Grayscale: #494949. Windows color (decimal): -9945299 or 2965352. OLE color: 2965352.

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

Color convert

RGB1046345-
CMYK00.390.570.59
HSL18.31º39.6%29.22%-
HSV(B)18.31º56.73%40.78%-
XYZ7.966.693.35-
YUV73.21112.08149.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.06%
GREEN value IS 63 (25% from 255) = 29.72%
BLUE value IS 45 (17.97% from 255) = 21.23%
R=49.06%
G=29.72%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.57
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104634500.390.570.5918.3139.629.22
Hex683F2D027393B12281d
Octal15077550477173225035
Binary110100011111110110101001111110011110111001010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,63,45); }

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

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

 a { background-color: rgb(104,63,45); }

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

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

 span { border-color: rgb(104,63,45); }

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