#683B1C

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

Shades of New Amber #683B1C

Tints of New Amber #683B1C

Color information

#683B1C (or 0x683B1C) is unknown color: approx New Amber. HEX triplet: 68, 3B and 1C. RGB value is (104,59,28). Sum of RGB (Red+Green+Blue) = 104+59+28=191 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.45% from 191); Green value is 59 (23.44% from 255 or 30.89% from 191); Blue value is 28 (11.33% from 255 or 14.66% from 191); Max value from RGB is 104 - color contains mainly: red. Hex color #683B1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683B1C is #97C4E3. Grayscale: #454545. Windows color (decimal): -9946340 or 1850216. OLE color: 1850216.

HSL color Cylindrical-coordinate representation of color #683B1C: hue angle of 24.47º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #683B1C is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.59.

Color convert

RGB1045928-
CMYK00.430.730.59
HSL24.47º57.58%25.88%-
HSV(B)24.47º73.08%40.78%-
XYZ7.486.151.89-
YUV68.92104.91153.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.45%
GREEN value IS 59 (23.44% from 255) = 30.89%
BLUE value IS 28 (11.33% from 255) = 14.66%
R=54.45%
G=30.89%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.73
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104592800.430.730.5924.4757.5825.88
Hex683B1C02B493B183a1a
Octal150733405311173307232
Binary110100011101111100010101110010011110111100011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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