#654522

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

Shades of Dark Brown #654522

Tints of Dark Brown #654522

Color information

#654522 (or 0x654522) is unknown color: approx Dark Brown. HEX triplet: 65, 45 and 22. RGB value is (101,69,34). Sum of RGB (Red+Green+Blue) = 101+69+34=204 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.51% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 34 (13.67% from 255 or 16.67% from 204); Max value from RGB is 101 - color contains mainly: red. Hex color #654522 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654522 is #9ABADD. Grayscale: #4A4A4A. Windows color (decimal): -10140382 or 2245989. OLE color: 2245989.

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

Color convert

RGB1016934-
CMYK00.320.660.60
HSL31.34º49.63%26.47%-
HSV(B)31.34º66.34%39.61%-
XYZ7.787.142.48-
YUV74.58105.1146.85-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 49.51%
GREEN value IS 69 (27.34% from 255) = 33.82%
BLUE value IS 34 (13.67% from 255) = 16.67%
R=49.51%
G=33.82%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.66
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101693400.320.660.6031.3449.6326.47
Hex654522020423C1f321a
Octal1451054204010274376232
Binary11001011000101100010010000010000101111001111111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654522; }

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

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

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

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

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

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

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

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