#604E4E

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

Shades of Congo Brown #604E4E

Tints of Congo Brown #604E4E

Color information

#604E4E (or 0x604E4E) is unknown color: approx Congo Brown. HEX triplet: 60, 4E and 4E. RGB value is (96,78,78). Sum of RGB (Red+Green+Blue) = 96+78+78=252 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.10% from 252); Green value is 78 (30.86% from 255 or 30.95% from 252); Blue value is 78 (30.86% from 255 or 30.95% from 252); Max value from RGB is 96 - color contains mainly: red. Hex color #604E4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #604E4E is #9FB1B1. Grayscale: #535353. Windows color (decimal): -10465714 or 5131872. OLE color: 5131872.

HSL color Cylindrical-coordinate representation of color #604E4E: hue angle of 0º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #604E4E is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB967878-
CMYK00.190.190.62
HSL10.34%34.12%-
HSV(B)18.75%37.65%-
XYZ8.928.498.38-
YUV83.38124.96137-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.10%
GREEN value IS 78 (30.86% from 255) = 30.95%
BLUE value IS 78 (30.86% from 255) = 30.95%
R=38.10%
G=30.95%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96787800.190.190.62010.3434.12
Hex604E4E013133E0a22
Octal140116116023237601242
Binary1100000100111010011100100111001111111001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604E4E; }

 p { color: rgb(96,78,78); }

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

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

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

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

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

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

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