#604640

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

Shades of Congo Brown #604640

Tints of Congo Brown #604640

Color information

#604640 (or 0x604640) is unknown color: approx Congo Brown. HEX triplet: 60, 46 and 40. RGB value is (96,70,64). Sum of RGB (Red+Green+Blue) = 96+70+64=230 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.74% from 230); Green value is 70 (27.73% from 255 or 30.43% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 96 - color contains mainly: red. Hex color #604640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604640 is #9FB9BF. Grayscale: #4D4D4D. Windows color (decimal): -10467776 or 4212320. OLE color: 4212320.

HSL color Cylindrical-coordinate representation of color #604640: hue angle of 11.25º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #604640 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB967064-
CMYK00.270.330.62
HSL11.25º20%31.37%-
HSV(B)11.25º33.33%37.65%-
XYZ7.947.245.83-
YUV77.09120.61141.49-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.74%
GREEN value IS 70 (27.73% from 255) = 30.43%
BLUE value IS 64 (25.39% from 255) = 27.83%
R=41.74%
G=30.43%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96706400.270.330.6211.252031.37
Hex60464001B213Eb141f
Octal1401061000334176132437
Binary11000001000110100000001101110000111111010111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604640; }

 p { color: rgb(96,70,64); }

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

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

 a { background-color: rgb(96,70,64); }

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

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

 span { border-color: rgb(96,70,64); }

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