#683A28

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

Shades of New Amber #683A28

Tints of New Amber #683A28

Color information

#683A28 (or 0x683A28) is unknown color: approx New Amber. HEX triplet: 68, 3A and 28. RGB value is (104,58,40). Sum of RGB (Red+Green+Blue) = 104+58+40=202 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.49% from 202); Green value is 58 (23.05% from 255 or 28.71% from 202); Blue value is 40 (16.02% from 255 or 19.80% from 202); Max value from RGB is 104 - color contains mainly: red. Hex color #683A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683A28 is #97C5D7. Grayscale: #454545. Windows color (decimal): -9946584 or 2636392. OLE color: 2636392.

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

Color convert

RGB1045840-
CMYK00.440.620.59
HSL16.88º44.44%28.24%-
HSV(B)16.88º61.54%40.78%-
XYZ7.66.122.79-
YUV69.7111.24152.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 51.49%
GREEN value IS 58 (23.05% from 255) = 28.71%
BLUE value IS 40 (16.02% from 255) = 19.80%
R=51.49%
G=28.71%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104584000.440.620.5916.8844.4428.24
Hex683A2802C3E3B112c1c
Octal15072500547673215434
Binary110100011101010100001011001111101110111000110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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