#654520

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

Shades of Dark Brown #654520

Tints of Dark Brown #654520

Color information

#654520 (or 0x654520) is unknown color: approx Dark Brown. HEX triplet: 65, 45 and 20. RGB value is (101,69,32). Sum of RGB (Red+Green+Blue) = 101+69+32=202 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 32 (12.89% from 255 or 15.84% from 202); Max value from RGB is 101 - color contains mainly: red. Hex color #654520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654520 is #9ABADF. Grayscale: #4A4A4A. Windows color (decimal): -10140384 or 2114917. OLE color: 2114917.

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

Color convert

RGB1016932-
CMYK00.320.680.60
HSL32.17º51.88%26.08%-
HSV(B)32.17º68.32%39.61%-
XYZ7.767.132.33-
YUV74.35104.1147.01-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 50%
GREEN value IS 69 (27.34% from 255) = 34.16%
BLUE value IS 32 (12.89% from 255) = 15.84%
R=50%
G=34.16%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.68
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101693200.320.680.6032.1751.8826.08
Hex654520020443C20341a
Octal1451054004010474406432
Binary110010110001011000000100000100010011110010000011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654520; }

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

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

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

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

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

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

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

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