#683521

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

Shades of New Amber #683521

Tints of New Amber #683521

Color information

#683521 (or 0x683521) is unknown color: approx New Amber. HEX triplet: 68, 35 and 21. RGB value is (104,53,33). Sum of RGB (Red+Green+Blue) = 104+53+33=190 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.74% from 190); Green value is 53 (21.09% from 255 or 27.89% from 190); Blue value is 33 (13.28% from 255 or 17.37% from 190); Max value from RGB is 104 - color contains mainly: red. Hex color #683521 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683521 is #97CADE. Grayscale: #424242. Windows color (decimal): -9947871 or 2176360. OLE color: 2176360.

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

Color convert

RGB1045333-
CMYK00.490.680.59
HSL16.9º51.82%26.86%-
HSV(B)16.9º68.27%40.78%-
XYZ7.265.62.14-
YUV65.97109.4155.13-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.74%
GREEN value IS 53 (21.09% from 255) = 27.89%
BLUE value IS 33 (13.28% from 255) = 17.37%
R=54.74%
G=27.89%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104533300.490.680.5916.951.8226.86
Hex683521031443B11341b
Octal150654106110473216433
Binary1101000110101100001011000110001001110111000111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683521; }

 p { color: rgb(104,53,33); }

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

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

 a { background-color: rgb(104,53,33); }

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

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

 span { border-color: rgb(104,53,33); }

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