#654740

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

Shades of Congo Brown #654740

Tints of Congo Brown #654740

Color information

#654740 (or 0x654740) is unknown color: approx Congo Brown. HEX triplet: 65, 47 and 40. RGB value is (101,71,64). Sum of RGB (Red+Green+Blue) = 101+71+64=236 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.80% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 64 (25.39% from 255 or 27.12% from 236); Max value from RGB is 101 - color contains mainly: red. Hex color #654740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654740 is #9AB8BF. Grayscale: #4F4F4F. Windows color (decimal): -10139840 or 4212581. OLE color: 4212581.

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

Color convert

RGB1017164-
CMYK00.300.370.60
HSL11.35º22.42%32.35%-
HSV(B)11.35º36.63%39.61%-
XYZ8.557.645.88-
YUV79.17119.44143.57-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 42.80%
GREEN value IS 71 (28.12% from 255) = 30.08%
BLUE value IS 64 (25.39% from 255) = 27.12%
R=42.80%
G=30.08%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101716400.300.370.6011.3522.4232.35
Hex65474001E253Cb1620
Octal1451071000364574132640
Binary110010110001111000000011110100101111100101110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654740; }

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

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

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

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

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

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

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

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