#654020

Color #654020 Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Brown #654020

Tints of Dark Brown #654020

Color information

#654020 (or 0x654020) is unknown color: approx Dark Brown. HEX triplet: 65, 40 and 20. RGB value is (101,64,32). Sum of RGB (Red+Green+Blue) = 101+64+32=197 (26% of max value = 765). Red value is 101 (39.84% from 255 or 51.27% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 101 - color contains mainly: red. Hex color #654020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654020 is #9ABFDF. Grayscale: #474747. Windows color (decimal): -10141664 or 2113637. OLE color: 2113637.

HSL color Cylindrical-coordinate representation of color #654020: hue angle of 27.83º 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 #654020 is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.60.

Color convert

RGB1016432-
CMYK00.370.680.60
HSL27.83º51.88%26.08%-
HSV(B)27.83º68.32%39.61%-
XYZ7.466.542.24-
YUV71.41105.76149.1-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 51.27%
GREEN value IS 64 (25.39% from 255) = 32.49%
BLUE value IS 32 (12.89% from 255) = 16.24%
R=51.27%
G=32.49%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.68
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101643200.370.680.6027.8351.8826.08
Hex654020025443C1c341a
Octal1451004004510474346432
Binary11001011000000100000010010110001001111001110011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654020; }

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

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

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

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

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

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

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

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