#683A1F

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

Shades of New Amber #683A1F

Tints of New Amber #683A1F

Color information

#683A1F (or 0x683A1F) is unknown color: approx New Amber. HEX triplet: 68, 3A and 1F. RGB value is (104,58,31). Sum of RGB (Red+Green+Blue) = 104+58+31=193 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.89% from 193); Green value is 58 (23.05% from 255 or 30.05% from 193); Blue value is 31 (12.5% from 255 or 16.06% from 193); Max value from RGB is 104 - color contains mainly: red. Hex color #683A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683A1F is #97C5E0. Grayscale: #444444. Windows color (decimal): -9946593 or 2046568. OLE color: 2046568.

HSL color Cylindrical-coordinate representation of color #683A1F: hue angle of 22.19º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #683A1F is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB1045831-
CMYK00.440.700.59
HSL22.19º54.07%26.47%-
HSV(B)22.19º70.19%40.78%-
XYZ7.476.072.07-
YUV68.68106.74153.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.89%
GREEN value IS 58 (23.05% from 255) = 30.05%
BLUE value IS 31 (12.5% from 255) = 16.06%
R=53.89%
G=30.05%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104583100.440.700.5922.1954.0726.47
Hex683A1F02C463B16361a
Octal150723705410673266632
Binary110100011101011111010110010001101110111011011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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