#604A49

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

Shades of Congo Brown #604A49

Tints of Congo Brown #604A49

Color information

#604A49 (or 0x604A49) is unknown color: approx Congo Brown. HEX triplet: 60, 4A and 49. RGB value is (96,74,73). Sum of RGB (Red+Green+Blue) = 96+74+73=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 73 (28.91% from 255 or 30.04% from 243); Max value from RGB is 96 - color contains mainly: red. Hex color #604A49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604A49 is #9FB5B6. Grayscale: #505050. Windows color (decimal): -10466743 or 4803168. OLE color: 4803168.

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

Color convert

RGB967473-
CMYK00.230.240.62
HSL2.61º13.61%33.14%-
HSV(B)2.61º23.96%37.65%-
XYZ8.487.877.37-
YUV80.46123.79139.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.51%
GREEN value IS 74 (29.30% from 255) = 30.45%
BLUE value IS 73 (28.91% from 255) = 30.04%
R=39.51%
G=30.45%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96747300.230.240.622.6113.6133.14
Hex604A49017183E3e21
Octal140112111027307631641
Binary11000001001010100100101011111000111110111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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