#653822

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

Shades of New Amber #653822

Tints of New Amber #653822

Color information

#653822 (or 0x653822) is unknown color: approx New Amber. HEX triplet: 65, 38 and 22. RGB value is (101,56,34). Sum of RGB (Red+Green+Blue) = 101+56+34=191 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.88% from 191); Green value is 56 (22.27% from 255 or 29.32% from 191); Blue value is 34 (13.67% from 255 or 17.80% from 191); Max value from RGB is 101 - color contains mainly: red. Hex color #653822 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653822 is #9AC7DD. Grayscale: #434343. Windows color (decimal): -10143710 or 2242661. OLE color: 2242661.

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

Color convert

RGB1015634-
CMYK00.450.660.60
HSL19.7º49.63%26.47%-
HSV(B)19.7º66.34%39.61%-
XYZ7.075.712.24-
YUV66.95109.41152.29-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 52.88%
GREEN value IS 56 (22.27% from 255) = 29.32%
BLUE value IS 34 (13.67% from 255) = 17.80%
R=52.88%
G=29.32%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.66
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101563400.450.660.6019.749.6326.47
Hex65382202D423C14321a
Octal145704205510274246232
Binary1100101111000100010010110110000101111001010011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653822; }

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

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

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

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

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

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

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

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