#683B2A

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

Shades of New Amber #683B2A

Tints of New Amber #683B2A

Color information

#683B2A (or 0x683B2A) is unknown color: approx New Amber. HEX triplet: 68, 3B and 2A. RGB value is (104,59,42). Sum of RGB (Red+Green+Blue) = 104+59+42=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 59 (23.44% from 255 or 28.78% from 205); Blue value is 42 (16.80% from 255 or 20.49% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #683B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683B2A is #97C4D5. Grayscale: #464646. Windows color (decimal): -9946326 or 2767720. OLE color: 2767720.

HSL color Cylindrical-coordinate representation of color #683B2A: hue angle of 16.45º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #683B2A is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.59.

Color convert

RGB1045942-
CMYK00.430.600.59
HSL16.45º42.47%28.63%-
HSV(B)16.45º59.62%40.78%-
XYZ7.696.242.99-
YUV70.52111.91151.88-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.73%
GREEN value IS 59 (23.44% from 255) = 28.78%
BLUE value IS 42 (16.80% from 255) = 20.49%
R=50.73%
G=28.78%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.60
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104594200.430.600.5916.4542.4728.63
Hex683B2A02B3C3B102a1d
Octal15073520537473205235
Binary110100011101110101001010111111001110111000010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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