#683522

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

Shades of New Amber #683522

Tints of New Amber #683522

Color information

#683522 (or 0x683522) is unknown color: approx New Amber. HEX triplet: 68, 35 and 22. RGB value is (104,53,34). Sum of RGB (Red+Green+Blue) = 104+53+34=191 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.45% from 191); Green value is 53 (21.09% from 255 or 27.75% from 191); Blue value is 34 (13.67% from 255 or 17.80% from 191); Max value from RGB is 104 - color contains mainly: red. Hex color #683522 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683522 is #97CADD. Grayscale: #424242. Windows color (decimal): -9947870 or 2241896. OLE color: 2241896.

HSL color Cylindrical-coordinate representation of color #683522: hue angle of 16.29º 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 #683522 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.59.

Color convert

RGB1045334-
CMYK00.490.670.59
HSL16.29º50.72%27.06%-
HSV(B)16.29º67.31%40.78%-
XYZ7.275.62.21-
YUV66.08109.9155.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.45%
GREEN value IS 53 (21.09% from 255) = 27.75%
BLUE value IS 34 (13.67% from 255) = 17.80%
R=54.45%
G=27.75%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.67
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104533400.490.670.5916.2950.7227.06
Hex683522031433B10331b
Octal150654206110373206333
Binary1101000110101100010011000110000111110111000011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683522; }

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

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

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

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

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

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

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

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