#653920

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

Shades of New Amber #653920

Tints of New Amber #653920

Color information

#653920 (or 0x653920) is unknown color: approx New Amber. HEX triplet: 65, 39 and 20. RGB value is (101,57,32). Sum of RGB (Red+Green+Blue) = 101+57+32=190 (25% of max value = 765). Red value is 101 (39.84% from 255 or 53.16% from 190); Green value is 57 (22.66% from 255 or 30% from 190); Blue value is 32 (12.89% from 255 or 16.84% from 190); Max value from RGB is 101 - color contains mainly: red. Hex color #653920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653920 is #9AC6DF. Grayscale: #434343. Windows color (decimal): -10143456 or 2111845. OLE color: 2111845.

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

Color convert

RGB1015732-
CMYK00.440.680.60
HSL21.74º51.88%26.08%-
HSV(B)21.74º68.32%39.61%-
XYZ7.095.82.11-
YUV67.31108.08152.03-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 53.16%
GREEN value IS 57 (22.66% from 255) = 30%
BLUE value IS 32 (12.89% from 255) = 16.84%
R=53.16%
G=30%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.68
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101573200.440.680.6021.7451.8826.08
Hex65392002C443C16341a
Octal145714005410474266432
Binary1100101111001100000010110010001001111001011011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653920; }

 p { color: rgb(101,57,32); }

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

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

 a { background-color: rgb(101,57,32); }

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

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

 span { border-color: rgb(101,57,32); }

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