#604745

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

Shades of Congo Brown #604745

Tints of Congo Brown #604745

Color information

#604745 (or 0x604745) is unknown color: approx Congo Brown. HEX triplet: 60, 47 and 45. RGB value is (96,71,69). Sum of RGB (Red+Green+Blue) = 96+71+69=236 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.68% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 69 (27.34% from 255 or 29.24% from 236); Max value from RGB is 96 - color contains mainly: red. Hex color #604745 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604745 is #9FB8BA. Grayscale: #4E4E4E. Windows color (decimal): -10467515 or 4540256. OLE color: 4540256.

HSL color Cylindrical-coordinate representation of color #604745: hue angle of 4.44º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #604745 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB967169-
CMYK00.260.280.62
HSL4.44º16.36%32.35%-
HSV(B)4.44º28.12%37.65%-
XYZ8.157.426.63-
YUV78.25122.78140.66-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.68%
GREEN value IS 71 (28.12% from 255) = 30.08%
BLUE value IS 69 (27.34% from 255) = 29.24%
R=40.68%
G=30.08%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96716900.260.280.624.4416.3632.35
Hex60474501A1C3E41020
Octal140107105032347642040
Binary1100000100011110001010110101110011111010010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604745; }

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

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

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

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

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

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

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

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