#654221

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

Shades of Dark Brown #654221

Tints of Dark Brown #654221

Color information

#654221 (or 0x654221) is unknown color: approx Dark Brown. HEX triplet: 65, 42 and 21. RGB value is (101,66,33). Sum of RGB (Red+Green+Blue) = 101+66+33=200 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.5% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 33 (13.28% from 255 or 16.5% from 200); Max value from RGB is 101 - color contains mainly: red. Hex color #654221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654221 is #9ABDDE. Grayscale: #484848. Windows color (decimal): -10141151 or 2179685. OLE color: 2179685.

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

Color convert

RGB1016633-
CMYK00.350.670.60
HSL29.12º50.75%26.27%-
HSV(B)29.12º67.33%39.61%-
XYZ7.596.772.35-
YUV72.7105.6148.18-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 50.5%
GREEN value IS 66 (26.17% from 255) = 33%
BLUE value IS 33 (13.28% from 255) = 16.5%
R=50.5%
G=33%
B=16.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.67
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101663300.350.670.6029.1250.7526.27
Hex654221023433C1d331a
Octal1451024104310374356332
Binary11001011000010100001010001110000111111001110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654221; }

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

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

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

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

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

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

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

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