#654820

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

Shades of Dark Brown #654820

Tints of Dark Brown #654820

Color information

#654820 (or 0x654820) is unknown color: approx Dark Brown. HEX triplet: 65, 48 and 20. RGB value is (101,72,32). Sum of RGB (Red+Green+Blue) = 101+72+32=205 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.27% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 32 (12.89% from 255 or 15.61% from 205); Max value from RGB is 101 - color contains mainly: red. Hex color #654820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654820 is #9AB7DF. Grayscale: #4C4C4C. Windows color (decimal): -10139616 or 2115685. OLE color: 2115685.

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

Color convert

RGB1017232-
CMYK00.290.680.60
HSL34.78º51.88%26.08%-
HSV(B)34.78º68.32%39.61%-
XYZ7.947.512.4-
YUV76.11103.11145.75-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 49.27%
GREEN value IS 72 (28.52% from 255) = 35.12%
BLUE value IS 32 (12.89% from 255) = 15.61%
R=49.27%
G=35.12%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.68
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101723200.290.680.6034.7851.8826.08
Hex65482001D443C23341a
Octal1451104003510474436432
Binary11001011001000100000011101100010011110010001111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654820; }

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

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

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

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

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

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

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

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