#654220

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

Shades of Dark Brown #654220

Tints of Dark Brown #654220

Color information

#654220 (or 0x654220) is unknown color: approx Dark Brown. HEX triplet: 65, 42 and 20. RGB value is (101,66,32). Sum of RGB (Red+Green+Blue) = 101+66+32=199 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.75% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 32 (12.89% from 255 or 16.08% from 199); Max value from RGB is 101 - color contains mainly: red. Hex color #654220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654220 is #9ABDDF. Grayscale: #484848. Windows color (decimal): -10141152 or 2114149. OLE color: 2114149.

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

Color convert

RGB1016632-
CMYK00.350.680.60
HSL29.57º51.88%26.08%-
HSV(B)29.57º68.32%39.61%-
XYZ7.586.772.27-
YUV72.59105.1148.26-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 50.75%
GREEN value IS 66 (26.17% from 255) = 33.17%
BLUE value IS 32 (12.89% from 255) = 16.08%
R=50.75%
G=33.17%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.68
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101663200.350.680.6029.5751.8826.08
Hex654220023443C1e341a
Octal1451024004310474366432
Binary11001011000010100000010001110001001111001111011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654220; }

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

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

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

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

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

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

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

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