#683C28

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

Shades of New Amber #683C28

Tints of New Amber #683C28

Color information

#683C28 (or 0x683C28) is unknown color: approx New Amber. HEX triplet: 68, 3C and 28. RGB value is (104,60,40). Sum of RGB (Red+Green+Blue) = 104+60+40=204 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.98% from 204); Green value is 60 (23.83% from 255 or 29.41% from 204); Blue value is 40 (16.02% from 255 or 19.61% from 204); Max value from RGB is 104 - color contains mainly: red. Hex color #683C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683C28 is #97C3D7. Grayscale: #474747. Windows color (decimal): -9946072 or 2636904. OLE color: 2636904.

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

Color convert

RGB1046040-
CMYK00.420.620.59
HSL18.75º44.44%28.24%-
HSV(B)18.75º61.54%40.78%-
XYZ7.716.332.82-
YUV70.88110.58151.63-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.98%
GREEN value IS 60 (23.83% from 255) = 29.41%
BLUE value IS 40 (16.02% from 255) = 19.61%
R=50.98%
G=29.41%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104604000.420.620.5918.7544.4428.24
Hex683C2802A3E3B132c1c
Octal15074500527673235434
Binary110100011110010100001010101111101110111001110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,60,40); }

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

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

 a { background-color: rgb(104,60,40); }

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

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

 span { border-color: rgb(104,60,40); }

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