#604E4A

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

Shades of Congo Brown #604E4A

Tints of Congo Brown #604E4A

Color information

#604E4A (or 0x604E4A) is unknown color: approx Congo Brown. HEX triplet: 60, 4E and 4A. RGB value is (96,78,74). Sum of RGB (Red+Green+Blue) = 96+78+74=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 78 (30.86% from 255 or 31.45% from 248); Blue value is 74 (29.30% from 255 or 29.84% from 248); Max value from RGB is 96 - color contains mainly: red. Hex color #604E4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604E4A is #9FB1B5. Grayscale: #525252. Windows color (decimal): -10465718 or 4869728. OLE color: 4869728.

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

Color convert

RGB967874-
CMYK00.190.230.62
HSL10.91º12.94%33.33%-
HSV(B)10.91º22.92%37.65%-
XYZ8.788.437.64-
YUV82.93122.96137.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.71%
GREEN value IS 78 (30.86% from 255) = 31.45%
BLUE value IS 74 (29.30% from 255) = 29.84%
R=38.71%
G=31.45%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96787400.190.230.6210.9112.9433.33
Hex604E4A013173Ebd21
Octal1401161120232776131541
Binary1100000100111010010100100111011111111010111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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