#604C47

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

Shades of Congo Brown #604C47

Tints of Congo Brown #604C47

Color information

#604C47 (or 0x604C47) is unknown color: approx Congo Brown. HEX triplet: 60, 4C and 47. RGB value is (96,76,71). Sum of RGB (Red+Green+Blue) = 96+76+71=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 71 (28.12% from 255 or 29.22% from 243); Max value from RGB is 96 - color contains mainly: red. Hex color #604C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604C47 is #9FB3B8. Grayscale: #515151. Windows color (decimal): -10466233 or 4672608. OLE color: 4672608.

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

Color convert

RGB967671-
CMYK00.210.260.62
HSL12º14.97%32.75%-
HSV(B)12º26.04%37.65%-
XYZ8.558.117.08-
YUV81.41122.13138.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.51%
GREEN value IS 76 (30.08% from 255) = 31.28%
BLUE value IS 71 (28.12% from 255) = 29.22%
R=39.51%
G=31.28%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96767100.210.260.621214.9732.75
Hex604C470151A3Ecf21
Octal1401141070253276141741
Binary1100000100110010001110101011101011111011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,76,71); }

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

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

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

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

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

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

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