#654440

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

Shades of Congo Brown #654440

Tints of Congo Brown #654440

Color information

#654440 (or 0x654440) is unknown color: approx Congo Brown. HEX triplet: 65, 44 and 40. RGB value is (101,68,64). Sum of RGB (Red+Green+Blue) = 101+68+64=233 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.35% from 233); Green value is 68 (26.95% from 255 or 29.18% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 101 - color contains mainly: red. Hex color #654440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654440 is #9ABBBF. Grayscale: #4D4D4D. Windows color (decimal): -10140608 or 4211813. OLE color: 4211813.

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

Color convert

RGB1016864-
CMYK00.330.370.60
HSL6.49º22.42%32.35%-
HSV(B)6.49º36.63%39.61%-
XYZ8.367.275.81-
YUV77.41120.43144.83-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 43.35%
GREEN value IS 68 (26.95% from 255) = 29.18%
BLUE value IS 64 (25.39% from 255) = 27.47%
R=43.35%
G=29.18%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101686400.330.370.606.4922.4232.35
Hex654440021253C61620
Octal145104100041457462640
Binary110010110001001000000010000110010111110011010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654440; }

 p { color: rgb(101,68,64); }

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

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

 a { background-color: rgb(101,68,64); }

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

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

 span { border-color: rgb(101,68,64); }

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