#653821

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

Shades of New Amber #653821

Tints of New Amber #653821

Color information

#653821 (or 0x653821) is unknown color: approx New Amber. HEX triplet: 65, 38 and 21. RGB value is (101,56,33). Sum of RGB (Red+Green+Blue) = 101+56+33=190 (25% of max value = 765). Red value is 101 (39.84% from 255 or 53.16% from 190); Green value is 56 (22.27% from 255 or 29.47% from 190); Blue value is 33 (13.28% from 255 or 17.37% from 190); Max value from RGB is 101 - color contains mainly: red. Hex color #653821 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653821 is #9AC7DE. Grayscale: #424242. Windows color (decimal): -10143711 or 2177125. OLE color: 2177125.

HSL color Cylindrical-coordinate representation of color #653821: hue angle of 20.29º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #653821 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.60.

Color convert

RGB1015633-
CMYK00.450.670.60
HSL20.29º50.75%26.27%-
HSV(B)20.29º67.33%39.61%-
XYZ7.065.72.17-
YUV66.83108.91152.37-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 53.16%
GREEN value IS 56 (22.27% from 255) = 29.47%
BLUE value IS 33 (13.28% from 255) = 17.37%
R=53.16%
G=29.47%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.67
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101563300.450.670.6020.2950.7526.27
Hex65382102D433C14331a
Octal145704105510374246332
Binary1100101111000100001010110110000111111001010011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653821; }

 p { color: rgb(101,56,33); }

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

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

 a { background-color: rgb(101,56,33); }

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

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

 span { border-color: rgb(101,56,33); }

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