#654240

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

Shades of Congo Brown #654240

Tints of Congo Brown #654240

Color information

#654240 (or 0x654240) is unknown color: approx Congo Brown. HEX triplet: 65, 42 and 40. RGB value is (101,66,64). Sum of RGB (Red+Green+Blue) = 101+66+64=231 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.72% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 101 - color contains mainly: red. Hex color #654240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654240 is #9ABDBF. Grayscale: #4C4C4C. Windows color (decimal): -10141120 or 4211301. OLE color: 4211301.

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

Color convert

RGB1016664-
CMYK00.350.370.60
HSL3.24º22.42%32.35%-
HSV(B)3.24º36.63%39.61%-
XYZ8.247.035.77-
YUV76.24121.1145.66-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 43.72%
GREEN value IS 66 (26.17% from 255) = 28.57%
BLUE value IS 64 (25.39% from 255) = 27.71%
R=43.72%
G=28.57%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101666400.350.370.603.2422.4232.35
Hex654240023253C31620
Octal145102100043457432640
Binary11001011000010100000001000111001011111001110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654240; }

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

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

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

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

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

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

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

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