#683A22

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

Shades of New Amber #683A22

Tints of New Amber #683A22

Color information

#683A22 (or 0x683A22) is unknown color: approx New Amber. HEX triplet: 68, 3A and 22. RGB value is (104,58,34). Sum of RGB (Red+Green+Blue) = 104+58+34=196 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.06% from 196); Green value is 58 (23.05% from 255 or 29.59% from 196); Blue value is 34 (13.67% from 255 or 17.35% from 196); Max value from RGB is 104 - color contains mainly: red. Hex color #683A22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683A22 is #97C5DD. Grayscale: #454545. Windows color (decimal): -9946590 or 2243176. OLE color: 2243176.

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

Color convert

RGB1045834-
CMYK00.440.670.59
HSL20.57º50.72%27.06%-
HSV(B)20.57º67.31%40.78%-
XYZ7.516.082.29-
YUV69.02108.24152.95-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.06%
GREEN value IS 58 (23.05% from 255) = 29.59%
BLUE value IS 34 (13.67% from 255) = 17.35%
R=53.06%
G=29.59%
B=17.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.67
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104583400.440.670.5920.5750.7227.06
Hex683A2202C433B15331b
Octal150724205410373256333
Binary1101000111010100010010110010000111110111010111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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