#683720

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

Shades of New Amber #683720

Tints of New Amber #683720

Color information

#683720 (or 0x683720) is unknown color: approx New Amber. HEX triplet: 68, 37 and 20. RGB value is (104,55,32). Sum of RGB (Red+Green+Blue) = 104+55+32=191 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.45% from 191); Green value is 55 (21.88% from 255 or 28.80% from 191); Blue value is 32 (12.89% from 255 or 16.75% from 191); Max value from RGB is 104 - color contains mainly: red. Hex color #683720 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683720 is #97C8DF. Grayscale: #434343. Windows color (decimal): -9947360 or 2111336. OLE color: 2111336.

HSL color Cylindrical-coordinate representation of color #683720: hue angle of 19.17º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #683720 is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB1045532-
CMYK00.470.690.59
HSL19.17º52.94%26.67%-
HSV(B)19.17º69.23%40.78%-
XYZ7.345.782.1-
YUV67.03108.23154.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.45%
GREEN value IS 55 (21.88% from 255) = 28.80%
BLUE value IS 32 (12.89% from 255) = 16.75%
R=54.45%
G=28.80%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104553200.470.690.5919.1752.9426.67
Hex68372002F453B13351b
Octal150674005710573236533
Binary1101000110111100000010111110001011110111001111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683720; }

 p { color: rgb(104,55,32); }

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

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

 a { background-color: rgb(104,55,32); }

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

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

 span { border-color: rgb(104,55,32); }

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