#683B20

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

Shades of New Amber #683B20

Tints of New Amber #683B20

Color information

#683B20 (or 0x683B20) is unknown color: approx New Amber. HEX triplet: 68, 3B and 20. RGB value is (104,59,32). Sum of RGB (Red+Green+Blue) = 104+59+32=195 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.33% from 195); Green value is 59 (23.44% from 255 or 30.26% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 104 - color contains mainly: red. Hex color #683B20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683B20 is #97C4DF. Grayscale: #454545. Windows color (decimal): -9946336 or 2112360. OLE color: 2112360.

HSL color Cylindrical-coordinate representation of color #683B20: hue angle of 22.5º 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 #683B20 is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB1045932-
CMYK00.430.690.59
HSL22.5º52.94%26.67%-
HSV(B)22.5º69.23%40.78%-
XYZ7.536.182.16-
YUV69.38106.91152.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.33%
GREEN value IS 59 (23.44% from 255) = 30.26%
BLUE value IS 32 (12.89% from 255) = 16.41%
R=53.33%
G=30.26%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104593200.430.690.5922.552.9426.67
Hex683B2002B453B16351b
Octal150734005310573266533
Binary1101000111011100000010101110001011110111011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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